Html Css Color HEX #045F28 Crusoe

📋 copy color: '#045F28'

red 4 ◦ green 95 ◦ blue 40

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

Shades of Crusoe #045F28

Tints of Crusoe #045F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 68.35%

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

R = 2.88%
G = 68.35%
B = 28.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.63

RGB Variations

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

Color information

#045F28 (or 0x045F28) is known color: Crusoe. HEX triplet: 04, 5F and 28. RGB value is (4,95,40). Sum of RGB (Red+Green+Blue) = 4+95+40=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #045F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045F28 is #FBA0D7. Grayscale: #3D3D3D. Windows color (decimal): -16490712 or 2645764. OLE color: 2645764.

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

Color convert

RGB 4 95 40 -
CMYK 0.96 0 0.58 0.63
HSL 143.74º 0.92% 0.19% -
HSV(B) 143.74º 0.96% 0.37% -
XYZ 4.53 8.36 3.38 -
YUV 61.52 115.85 86.97 -
System Red Green Blue C M Y K H S L
Decimal 4 95 40 0.96 0 0.58 0.63 143.74 0.92 0.19
Hex 4 5F 28 60 0 3A 3F 90 5C 13
Octal 4 137 50 140 0 72 77 220 134 23
Binary 100 1011111 101000 1100000 0 111010 111111 10010000 1011100 10011

Color Harmonies of #045F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F28

Black with #045F28

Text Example


Text Example

White with #045F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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