#0A551B

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

Shades of Crusoe #0A551B

Tints of Crusoe #0A551B

Color information

#0A551B (or 0x0A551B) is unknown color: approx Crusoe. HEX triplet: 0A, 55 and 1B. RGB value is (10,85,27). Sum of RGB (Red+Green+Blue) = 10+85+27=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #0A551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A551B is #F5AAE4. Grayscale: #383838. Windows color (decimal): -16100069 or 1791242. OLE color: 1791242.

HSL color Cylindrical-coordinate representation of color #0A551B: hue angle of 133.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A551B is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB108527-
CMYK0.8800.680.67
HSL133.6º78.95%18.63%-
HSV(B)133.6º88.24%33.33%-
XYZ3.576.642.13-
YUV55.96111.6595.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.20%
GREEN value IS 85 (33.59% from 255) = 69.67%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=8.20%
G=69.67%
B=22.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085270.8800.680.67133.678.9518.63
HexA551B5804443864f13
Octal1212533130010410320611723
Binary1010101010111011101100001000100100001110000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A551B; }

 p { color: rgb(10,85,27); }

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

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

 a { background-color: rgb(10,85,27); }

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

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

 span { border-color: rgb(10,85,27); }

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