Html Css Color HEX #057127 Crusoe

📋 copy color: '#057127'

red 5 ◦ green 113 ◦ blue 39

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

Shades of Crusoe #057127

Tints of Crusoe #057127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 71.97%

 BLUE value IS 39 (15.63% from 255) = 24.84%

R = 3.18%
G = 71.97%
B = 24.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#057127 (or 0x057127) is known color: Crusoe. HEX triplet: 05, 71 and 27. RGB value is (5,113,39). Sum of RGB (Red+Green+Blue) = 5+113+39=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #057127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057127 is #FA8ED8. Grayscale: #484848. Windows color (decimal): -16420569 or 2584837. OLE color: 2584837.

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

Color convert

RGB 5 113 39 -
CMYK 0.96 0 0.65 0.56
HSL 138.89º 0.92% 0.23% -
HSV(B) 138.89º 0.96% 0.44% -
XYZ 6.33 11.99 3.9 -
YUV 72.27 109.22 80.02 -
System Red Green Blue C M Y K H S L
Decimal 5 113 39 0.96 0 0.65 0.56 138.89 0.92 0.23
Hex 5 71 27 60 0 41 38 8B 5C 17
Octal 5 161 47 140 0 101 70 213 134 27
Binary 101 1110001 100111 1100000 0 1000001 111000 10001011 1011100 10111

Color Harmonies of #057127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057127

Black with #057127

Text Example


Text Example

White with #057127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057127; }

 p { color: rgb(5,113,39); }

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

background-color css

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

 a { background-color: rgb(5,113,39); }

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

border-color css

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

 span { border-color: rgb(5,113,39); }

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