Html Css Color HEX #057228 Crusoe

📋 copy color: '#057228'

red 5 ◦ green 114 ◦ blue 40

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

Shades of Crusoe #057228

Tints of Crusoe #057228

RGB

 RED value IS 5 (2.34% from 255) = 3.14%

 GREEN value IS 114 (44.92% from 255) = 71.7%

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

R = 3.14%
G = 71.7%
B = 25.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#057228 (or 0x057228) is known color: Crusoe. HEX triplet: 05, 72 and 28. RGB value is (5,114,40). Sum of RGB (Red+Green+Blue) = 5+114+40=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 114 (44.92% from 255 or 71.70% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 114 - color contains mainly: green. Hex color #057228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057228 is #FA8DD7. Grayscale: #494949. Windows color (decimal): -16420312 or 2650629. OLE color: 2650629.

HSL color Cylindrical-coordinate representation of color #057228: hue angle of 139.27º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057228 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 114 40 -
CMYK 0.96 0 0.65 0.55
HSL 139.27º 0.92% 0.23% -
HSV(B) 139.27º 0.96% 0.45% -
XYZ 6.46 12.22 4.03 -
YUV 72.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 5 114 40 0.96 0 0.65 0.55 139.27 0.92 0.23
Hex 5 72 28 60 0 41 37 8B 5C 17
Octal 5 162 50 140 0 101 67 213 134 27
Binary 101 1110010 101000 1100000 0 1000001 110111 10001011 1011100 10111

Color Harmonies of #057228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057228

Black with #057228

Text Example


Text Example

White with #057228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057228; }

 p { color: rgb(5,114,40); }

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

background-color css

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

 a { background-color: rgb(5,114,40); }

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

border-color css

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

 span { border-color: rgb(5,114,40); }

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