#055B2A

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

Shades of Crusoe #055B2A

Tints of Crusoe #055B2A

Color information

#055B2A (or 0x055B2A) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 2A. RGB value is (5,91,42). Sum of RGB (Red+Green+Blue) = 5+91+42=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 91 (35.94% from 255 or 65.94% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 91 - color contains mainly: green. Hex color #055B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B2A is #FAA4D5. Grayscale: #3B3B3B. Windows color (decimal): -16426198 or 2775813. OLE color: 2775813.

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

Color convert

RGB59142-
CMYK0.9500.540.64
HSL145.81º89.58%18.82%-
HSV(B)145.81º94.51%35.69%-
XYZ4.227.683.45-
YUV59.7118.0188.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 91 (35.94% from 255) = 65.94%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=3.62%
G=65.94%
B=30.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591420.9500.540.64145.8189.5818.82
Hex55B2A5F03640925a13
Octal51335213706610022213223
Binary101101101110101010111110110110100000010010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,91,42); }

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

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

 a { background-color: rgb(5,91,42); }

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

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

 span { border-color: rgb(5,91,42); }

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