#055C1C

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

Shades of Crusoe #055C1C

Tints of Crusoe #055C1C

Color information

#055C1C (or 0x055C1C) is unknown color: approx Crusoe. HEX triplet: 05, 5C and 1C. RGB value is (5,92,28). Sum of RGB (Red+Green+Blue) = 5+92+28=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 92 (36.33% from 255 or 73.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 92 - color contains mainly: green. Hex color #055C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C1C is #FAA3E3. Grayscale: #3A3A3A. Windows color (decimal): -16425956 or 1858565. OLE color: 1858565.

HSL color Cylindrical-coordinate representation of color #055C1C: hue angle of 135.86º 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 #055C1C is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB59228-
CMYK0.9500.700.64
HSL135.86º89.69%19.02%-
HSV(B)135.86º94.57%36.08%-
XYZ4.17.772.38-
YUV58.69110.6889.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 92 (36.33% from 255) = 73.6%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=4%
G=73.6%
B=22.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592280.9500.700.64135.8689.6919.02
Hex55C1C5F04640885a13
Octal513434137010610021013223
Binary101101110011100101111101000110100000010001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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