Html Css Color HEX #057226 Crusoe

📋 copy color: '#057226'

red 5 ◦ green 114 ◦ blue 38

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

Shades of Crusoe #057226

Tints of Crusoe #057226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 3.18%
G = 72.61%
B = 24.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#057226 (or 0x057226) is known color: Crusoe. HEX triplet: 05, 72 and 26. RGB value is (5,114,38). Sum of RGB (Red+Green+Blue) = 5+114+38=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #057226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057226 is #FA8DD9. Grayscale: #484848. Windows color (decimal): -16420314 or 2519557. OLE color: 2519557.

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

Color convert

RGB 5 114 38 -
CMYK 0.96 0 0.67 0.55
HSL 138.17º 0.92% 0.23% -
HSV(B) 138.17º 0.96% 0.45% -
XYZ 6.43 12.21 3.85 -
YUV 72.75 108.39 79.68 -
System Red Green Blue C M Y K H S L
Decimal 5 114 38 0.96 0 0.67 0.55 138.17 0.92 0.23
Hex 5 72 26 60 0 43 37 8A 5C 17
Octal 5 162 46 140 0 103 67 212 134 27
Binary 101 1110010 100110 1100000 0 1000011 110111 10001010 1011100 10111

Color Harmonies of #057226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057226

Black with #057226

Text Example


Text Example

White with #057226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057226; }

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

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

background-color css

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

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

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

border-color css

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

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

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