Html Css Color HEX #057029 Crusoe

📋 copy color: '#057029'

red 5 ◦ green 112 ◦ blue 41

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

Shades of Crusoe #057029

Tints of Crusoe #057029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 3.16%
G = 70.89%
B = 25.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#057029 (or 0x057029) is known color: Crusoe. HEX triplet: 05, 70 and 29. RGB value is (5,112,41). Sum of RGB (Red+Green+Blue) = 5+112+41=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #057029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057029 is #FA8FD6. Grayscale: #484848. Windows color (decimal): -16420823 or 2715653. OLE color: 2715653.

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

Color convert

RGB 5 112 41 -
CMYK 0.96 0 0.63 0.56
HSL 140.19º 0.91% 0.23% -
HSV(B) 140.19º 0.96% 0.44% -
XYZ 6.26 11.78 4.04 -
YUV 71.91 110.55 80.27 -
System Red Green Blue C M Y K H S L
Decimal 5 112 41 0.96 0 0.63 0.56 140.19 0.91 0.23
Hex 5 70 29 60 0 3F 38 8C 5B 17
Octal 5 160 51 140 0 77 70 214 133 27
Binary 101 1110000 101001 1100000 0 111111 111000 10001100 1011011 10111

Color Harmonies of #057029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057029

Black with #057029

Text Example


Text Example

White with #057029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057029; }

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

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

background-color css

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

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

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

border-color css

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

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

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