Html Css Color HEX #045E28 Crusoe

📋 copy color: '#045E28'

red 4 ◦ green 94 ◦ blue 40

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

Shades of Crusoe #045E28

Tints of Crusoe #045E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.99%

R = 2.9%
G = 68.12%
B = 28.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#045E28 (or 0x045E28) is known color: Crusoe. HEX triplet: 04, 5E and 28. RGB value is (4,94,40). Sum of RGB (Red+Green+Blue) = 4+94+40=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 94 (37.11% from 255 or 68.12% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 94 - color contains mainly: green. Hex color #045E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045E28 is #FBA1D7. Grayscale: #3D3D3D. Windows color (decimal): -16490968 or 2645508. OLE color: 2645508.

HSL color Cylindrical-coordinate representation of color #045E28: hue angle of 144º 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 #045E28 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 94 40 -
CMYK 0.96 0 0.57 0.63
HSL 144º 0.92% 0.19% -
HSV(B) 144º 0.96% 0.37% -
XYZ 4.44 8.18 3.35 -
YUV 60.93 116.18 87.39 -
System Red Green Blue C M Y K H S L
Decimal 4 94 40 0.96 0 0.57 0.63 144 0.92 0.19
Hex 4 5E 28 60 0 39 3F 90 5C 13
Octal 4 136 50 140 0 71 77 220 134 23
Binary 100 1011110 101000 1100000 0 111001 111111 10010000 1011100 10011

Color Harmonies of #045E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045E28

Black with #045E28

Text Example


Text Example

White with #045E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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