#055C14

Color #055C14 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #055C14

Tints of Crusoe #055C14

Color information

#055C14 (or 0x055C14) is unknown color: approx Crusoe. HEX triplet: 05, 5C and 14. RGB value is (5,92,20). Sum of RGB (Red+Green+Blue) = 5+92+20=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #055C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C14 is #FAA3EB. Grayscale: #393939. Windows color (decimal): -16425964 or 1334277. OLE color: 1334277.

HSL color Cylindrical-coordinate representation of color #055C14: hue angle of 130.34º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C14 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB59220-
CMYK0.9500.780.64
HSL130.34º89.69%19.02%-
HSV(B)130.34º94.57%36.08%-
XYZ4.027.741.94-
YUV57.78106.6890.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 92 (36.33% from 255) = 78.63%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=4.27%
G=78.63%
B=17.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592200.9500.780.64130.3489.6919.02
Hex55C145F04E40825a13
Octal513424137011610020213223
Binary101101110010100101111101001110100000010000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055C14; }

 p { color: rgb(5,92,20); }

 H1.HeaderClassName
 {
   color: #055C14;
 }
 .AnyTagClassName
 {
   color: #055C14;
 }
</style>
background-color css

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

 a { background-color: rgb(5,92,20); }

 div.DivClassName
 {
   background-color: #055C14;
 }
 .BgClassName
 {
   background-color: #055C14;
 }
</style>
border-color css

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

 span { border-color: rgb(5,92,20); }

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