#13612B

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

Shades of Crusoe #13612B

Tints of Crusoe #13612B

Color information

#13612B (or 0x13612B) is unknown color: approx Crusoe. HEX triplet: 13, 61 and 2B. RGB value is (19,97,43). Sum of RGB (Red+Green+Blue) = 19+97+43=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #13612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13612B is #EC9ED4. Grayscale: #434343. Windows color (decimal): -15507157 or 2842899. OLE color: 2842899.

HSL color Cylindrical-coordinate representation of color #13612B: hue angle of 138.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13612B is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB199743-
CMYK0.8000.560.62
HSL138.46º67.24%22.75%-
HSV(B)138.46º80.41%38.04%-
XYZ4.988.863.73-
YUV67.52114.1693.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 97 (38.28% from 255) = 61.01%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=11.95%
G=61.01%
B=27.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997430.8000.560.62138.4667.2422.75
Hex13612B500383E8a4317
Octal23141531200707621210327
Binary1001111000011010111010000011100011111010001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13612B; }

 p { color: rgb(19,97,43); }

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

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

 a { background-color: rgb(19,97,43); }

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

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

 span { border-color: rgb(19,97,43); }

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