#0D551A

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

Shades of Crusoe #0D551A

Tints of Crusoe #0D551A

Color information

#0D551A (or 0x0D551A) is unknown color: approx Crusoe. HEX triplet: 0D, 55 and 1A. RGB value is (13,85,26). Sum of RGB (Red+Green+Blue) = 13+85+26=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #0D551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D551A is #F2AAE5. Grayscale: #383838. Windows color (decimal): -15903462 or 1725709. OLE color: 1725709.

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

Color convert

RGB138526-
CMYK0.8500.690.67
HSL130.83º73.47%19.22%-
HSV(B)130.83º84.71%33.33%-
XYZ3.66.662.07-
YUV56.75110.6596.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.48%
GREEN value IS 85 (33.59% from 255) = 68.55%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=10.48%
G=68.55%
B=20.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1385260.8500.690.67130.8373.4719.22
HexD551A5504543834913
Octal1512532125010510320311123
Binary1101101010111010101010101000101100001110000011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,85,26); }

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

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

 a { background-color: rgb(13,85,26); }

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

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

 span { border-color: rgb(13,85,26); }

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