Html Css Color HEX #057026 Crusoe

📋 copy color: '#057026'

red 5 ◦ green 112 ◦ blue 38

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

Shades of Crusoe #057026

Tints of Crusoe #057026

RGB

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

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

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

R = 3.23%
G = 72.26%
B = 24.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#057026 (or 0x057026) is known color: Crusoe. HEX triplet: 05, 70 and 26. RGB value is (5,112,38). Sum of RGB (Red+Green+Blue) = 5+112+38=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #057026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057026 is #FA8FD9. Grayscale: #474747. Windows color (decimal): -16420826 or 2519045. OLE color: 2519045.

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

Color convert

RGB 5 112 38 -
CMYK 0.96 0 0.66 0.56
HSL 138.5º 0.91% 0.23% -
HSV(B) 138.5º 0.96% 0.44% -
XYZ 6.21 11.76 3.78 -
YUV 71.57 109.05 80.52 -
System Red Green Blue C M Y K H S L
Decimal 5 112 38 0.96 0 0.66 0.56 138.5 0.91 0.23
Hex 5 70 26 60 0 42 38 8B 5B 17
Octal 5 160 46 140 0 102 70 213 133 27
Binary 101 1110000 100110 1100000 0 1000010 111000 10001011 1011011 10111

Color Harmonies of #057026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057026

Black with #057026

Text Example


Text Example

White with #057026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057026; }

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

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

background-color css

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

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

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

border-color css

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

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

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