Html Css Color HEX #045E19 Crusoe

📋 copy color: '#045E19'

red 4 ◦ green 94 ◦ blue 25

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

Shades of Crusoe #045E19

Tints of Crusoe #045E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 76.42%

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 3.25%
G = 76.42%
B = 20.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#045E19 (or 0x045E19) is known color: Crusoe. HEX triplet: 04, 5E and 19. RGB value is (4,94,25). Sum of RGB (Red+Green+Blue) = 4+94+25=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 94 (37.11% from 255 or 76.42% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 94 - color contains mainly: green. Hex color #045E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045E19 is #FBA1E6. Grayscale: #3B3B3B. Windows color (decimal): -16490983 or 1662468. OLE color: 1662468.

HSL color Cylindrical-coordinate representation of color #045E19: hue angle of 134º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045E19 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 94 25 -
CMYK 0.96 0 0.73 0.63
HSL 134º 0.92% 0.19% -
HSV(B) 134º 0.96% 0.37% -
XYZ 4.23 8.1 2.26 -
YUV 59.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 4 94 25 0.96 0 0.73 0.63 134 0.92 0.19
Hex 4 5E 19 60 0 49 3F 86 5C 13
Octal 4 136 31 140 0 111 77 206 134 23
Binary 100 1011110 11001 1100000 0 1001001 111111 10000110 1011100 10011

Color Harmonies of #045E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045E19

Black with #045E19

Text Example


Text Example

White with #045E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045E19; }

 p { color: rgb(4,94,25); }

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

background-color css

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

 a { background-color: rgb(4,94,25); }

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

border-color css

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

 span { border-color: rgb(4,94,25); }

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