Html Css Color HEX #057028 Crusoe

📋 copy color: '#057028'

red 5 ◦ green 112 ◦ blue 40

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

Shades of Crusoe #057028

Tints of Crusoe #057028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 71.34%

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

R = 3.18%
G = 71.34%
B = 25.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#057028 (or 0x057028) is known color: Crusoe. HEX triplet: 05, 70 and 28. RGB value is (5,112,40). Sum of RGB (Red+Green+Blue) = 5+112+40=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #057028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057028 is #FA8FD7. Grayscale: #474747. Windows color (decimal): -16420824 or 2650117. OLE color: 2650117.

HSL color Cylindrical-coordinate representation of color #057028: hue angle of 139.63º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057028 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 40 -
CMYK 0.96 0 0.64 0.56
HSL 139.63º 0.91% 0.23% -
HSV(B) 139.63º 0.96% 0.44% -
XYZ 6.24 11.77 3.95 -
YUV 71.8 110.05 80.35 -
System Red Green Blue C M Y K H S L
Decimal 5 112 40 0.96 0 0.64 0.56 139.63 0.91 0.23
Hex 5 70 28 60 0 40 38 8C 5B 17
Octal 5 160 50 140 0 100 70 214 133 27
Binary 101 1110000 101000 1100000 0 1000000 111000 10001100 1011011 10111

Color Harmonies of #057028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057028

Black with #057028

Text Example


Text Example

White with #057028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057028; }

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

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

background-color css

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

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

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

border-color css

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

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

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