#055C23

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

Shades of Crusoe #055C23

Tints of Crusoe #055C23

Color information

#055C23 (or 0x055C23) is unknown color: approx Crusoe. HEX triplet: 05, 5C and 23. RGB value is (5,92,35). Sum of RGB (Red+Green+Blue) = 5+92+35=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #055C23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C23 is #FAA3DC. Grayscale: #3B3B3B. Windows color (decimal): -16425949 or 2317317. OLE color: 2317317.

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

Color convert

RGB59235-
CMYK0.9500.620.64
HSL140.69º89.69%19.02%-
HSV(B)140.69º94.57%36.08%-
XYZ4.197.812.88-
YUV59.49114.1889.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 92 (36.33% from 255) = 69.70%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=3.79%
G=69.70%
B=26.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592350.9500.620.64140.6989.6919.02
Hex55C235F03E408d5a13
Octal51344313707610021513223
Binary101101110010001110111110111110100000010001101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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