#0A541B

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

Shades of Crusoe #0A541B

Tints of Crusoe #0A541B

Color information

#0A541B (or 0x0A541B) is unknown color: approx Crusoe. HEX triplet: 0A, 54 and 1B. RGB value is (10,84,27). Sum of RGB (Red+Green+Blue) = 10+84+27=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #0A541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A541B is #F5ABE4. Grayscale: #373737. Windows color (decimal): -16100325 or 1790986. OLE color: 1790986.

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

Color convert

RGB108427-
CMYK0.8800.680.67
HSL133.78º78.72%18.43%-
HSV(B)133.78º88.1%32.94%-
XYZ3.496.482.1-
YUV55.38111.9895.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 84 (33.20% from 255) = 69.42%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=8.26%
G=69.42%
B=22.31%

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
Decimal1084270.8800.680.67133.7878.7218.43
HexA541B5804443864f12
Octal1212433130010410320611722
Binary1010101010011011101100001000100100001110000110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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