#136732

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

Shades of Crusoe #136732

Tints of Crusoe #136732

Color information

#136732 (or 0x136732) is unknown color: approx Crusoe. HEX triplet: 13, 67 and 32. RGB value is (19,103,50). Sum of RGB (Red+Green+Blue) = 19+103+50=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #136732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136732 is #EC98CD. Grayscale: #474747. Windows color (decimal): -15505614 or 3303187. OLE color: 3303187.

HSL color Cylindrical-coordinate representation of color #136732: hue angle of 142.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136732 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1910350-
CMYK0.8200.510.60
HSL142.14º68.85%23.92%-
HSV(B)142.14º81.55%40.39%-
XYZ5.6910.074.66-
YUV71.84115.6790.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 103 (40.62% from 255) = 59.88%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=11.05%
G=59.88%
B=29.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103500.8200.510.60142.1468.8523.92
Hex136732520333C8e4518
Octal23147621220637421610530
Binary1001111001111100101010010011001111110010001110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136732; }

 p { color: rgb(19,103,50); }

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

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

 a { background-color: rgb(19,103,50); }

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

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

 span { border-color: rgb(19,103,50); }

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