#136834

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

Shades of Crusoe #136834

Tints of Crusoe #136834

Color information

#136834 (or 0x136834) is unknown color: approx Crusoe. HEX triplet: 13, 68 and 34. RGB value is (19,104,52). Sum of RGB (Red+Green+Blue) = 19+104+52=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #136834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136834 is #EC97CB. Grayscale: #484848. Windows color (decimal): -15505356 or 3434515. OLE color: 3434515.

HSL color Cylindrical-coordinate representation of color #136834: hue angle of 143.29º 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 #136834 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1910452-
CMYK0.8200.500.59
HSL143.29º69.11%24.12%-
HSV(B)143.29º81.73%40.78%-
XYZ5.8410.294.93-
YUV72.66116.3489.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 104 (41.02% from 255) = 59.43%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=10.86%
G=59.43%
B=29.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104520.8200.500.59143.2969.1124.12
Hex136834520323B8f4518
Octal23150641220627321710530
Binary1001111010001101001010010011001011101110001111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136834; }

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

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

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

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

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

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

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

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