#055626

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

Shades of Crusoe #055626

Tints of Crusoe #055626

Color information

#055626 (or 0x055626) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 26. RGB value is (5,86,38). Sum of RGB (Red+Green+Blue) = 5+86+38=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 86 (33.98% from 255 or 66.67% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 86 - color contains mainly: green. Hex color #055626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055626 is #FAA9D9. Grayscale: #383838. Windows color (decimal): -16427482 or 2512389. OLE color: 2512389.

HSL color Cylindrical-coordinate representation of color #055626: hue angle of 144.44º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055626 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB58638-
CMYK0.9400.560.66
HSL144.44º89.01%17.84%-
HSV(B)144.44º94.19%33.73%-
XYZ3.746.832.95-
YUV56.31117.6691.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 86 (33.98% from 255) = 66.67%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=3.88%
G=66.67%
B=29.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586380.9400.560.66144.4489.0117.84
Hex556265E03842905912
Octal51264613607010222013122
Binary101101011010011010111100111000100001010010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055626; }

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

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

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

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

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

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

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

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