Html Css Color HEX #046525 Crusoe

📋 copy color: '#046525'

red 4 ◦ green 101 ◦ blue 37

#046525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #046525

Tints of Crusoe #046525

RGB

 RED value IS 4 (1.95% from 255) = 2.82%

 GREEN value IS 101 (39.84% from 255) = 71.13%

 BLUE value IS 37 (14.84% from 255) = 26.06%

R = 2.82%
G = 71.13%
B = 26.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#046525 (or 0x046525) is known color: Crusoe. HEX triplet: 04, 65 and 25. RGB value is (4,101,37). Sum of RGB (Red+Green+Blue) = 4+101+37=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #046525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046525 is #FB9ADA. Grayscale: #404040. Windows color (decimal): -16489179 or 2450692. OLE color: 2450692.

HSL color Cylindrical-coordinate representation of color #046525: hue angle of 140.41º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046525 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 101 37 -
CMYK 0.96 0 0.63 0.60
HSL 140.41º 0.92% 0.21% -
HSV(B) 140.41º 0.96% 0.4% -
XYZ 5.04 9.47 3.31 -
YUV 64.7 112.36 84.7 -
System Red Green Blue C M Y K H S L
Decimal 4 101 37 0.96 0 0.63 0.60 140.41 0.92 0.21
Hex 4 65 25 60 0 3F 3C 8C 5C 15
Octal 4 145 45 140 0 77 74 214 134 25
Binary 100 1100101 100101 1100000 0 111111 111100 10001100 1011100 10101

Color Harmonies of #046525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046525

Black with #046525

Text Example


Text Example

White with #046525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046525; }

 p { color: rgb(4,101,37); }

 H1.HeaderClassName
 {
   color: #046525;
 }
 .AnyTagClassName
 {
   color: #046525;
 }
</style>

background-color css

<style>
 a { background-color: #046525; }

 a { background-color: rgb(4,101,37); }

 div.DivClassName
 {
   background-color: #046525;
 }
 .BgClassName
 {
   background-color: #046525;
 }
</style>

border-color css

<style>
 span { border-color: #046525; }

 span { border-color: rgb(4,101,37); }

 td.TdClassName
 {
   border-color: #046525;
 }
 .TagClassName
 {
   border-color: #046525;
 }
</style>