#136828

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

Shades of Crusoe #136828

Tints of Crusoe #136828

Color information

#136828 (or 0x136828) is unknown color: approx Crusoe. HEX triplet: 13, 68 and 28. RGB value is (19,104,40). Sum of RGB (Red+Green+Blue) = 19+104+40=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #136828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136828 is #EC97D7. Grayscale: #474747. Windows color (decimal): -15505368 or 2648083. OLE color: 2648083.

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

Color convert

RGB1910440-
CMYK0.8200.620.59
HSL134.82º69.11%24.12%-
HSV(B)134.82º81.73%40.78%-
XYZ5.610.193.68-
YUV71.29110.3490.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 104 (41.02% from 255) = 63.80%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=11.66%
G=63.80%
B=24.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104400.8200.620.59134.8269.1124.12
Hex1368285203E3B874518
Octal23150501220767320710530
Binary1001111010001010001010010011111011101110000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136828; }

 p { color: rgb(19,104,40); }

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

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

 a { background-color: rgb(19,104,40); }

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

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

 span { border-color: rgb(19,104,40); }

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