#136234

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

Shades of Crusoe #136234

Tints of Crusoe #136234

Color information

#136234 (or 0x136234) is unknown color: approx Crusoe. HEX triplet: 13, 62 and 34. RGB value is (19,98,52). Sum of RGB (Red+Green+Blue) = 19+98+52=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #136234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136234 is #EC9DCB. Grayscale: #454545. Windows color (decimal): -15506892 or 3432979. OLE color: 3432979.

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

Color convert

RGB199852-
CMYK0.8100.470.62
HSL145.06º67.52%22.94%-
HSV(B)145.06º80.61%38.43%-
XYZ5.269.124.73-
YUV69.13118.3392.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=11.24%
G=57.99%
B=30.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998520.8100.470.62145.0667.5222.94
Hex1362345102F3E914417
Octal23142641210577622110427
Binary1001111000101101001010001010111111111010010001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136234; }

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

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

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

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

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

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

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

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