#136334

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

Shades of Crusoe #136334

Tints of Crusoe #136334

Color information

#136334 (or 0x136334) is unknown color: approx Crusoe. HEX triplet: 13, 63 and 34. RGB value is (19,99,52). Sum of RGB (Red+Green+Blue) = 19+99+52=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #136334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136334 is #EC9CCB. Grayscale: #454545. Windows color (decimal): -15506636 or 3433235. OLE color: 3433235.

HSL color Cylindrical-coordinate representation of color #136334: hue angle of 144.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136334 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB199952-
CMYK0.8100.470.61
HSL144.75º67.8%23.14%-
HSV(B)144.75º80.81%38.82%-
XYZ5.359.314.76-
YUV69.7211891.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 99 (39.06% from 255) = 58.24%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=11.18%
G=58.24%
B=30.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999520.8100.470.61144.7567.823.14
Hex1363345102F3D914417
Octal23143641210577522110427
Binary1001111000111101001010001010111111110110010001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136334; }

 p { color: rgb(19,99,52); }

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

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

 a { background-color: rgb(19,99,52); }

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

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

 span { border-color: rgb(19,99,52); }

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