#136734

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

Shades of Crusoe #136734

Tints of Crusoe #136734

Color information

#136734 (or 0x136734) is unknown color: approx Crusoe. HEX triplet: 13, 67 and 34. RGB value is (19,103,52). Sum of RGB (Red+Green+Blue) = 19+103+52=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #136734 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136734 is #EC98CB. Grayscale: #484848. Windows color (decimal): -15505612 or 3434259. OLE color: 3434259.

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

Color convert

RGB1910352-
CMYK0.8200.500.60
HSL143.57º68.85%23.92%-
HSV(B)143.57º81.55%40.39%-
XYZ5.7410.094.89-
YUV72.07116.6790.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 103 (40.62% from 255) = 59.20%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=10.92%
G=59.20%
B=29.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103520.8200.500.60143.5768.8523.92
Hex136734520323C904518
Octal23147641220627422010530
Binary1001111001111101001010010011001011110010010000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136734; }

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

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

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

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

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

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

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

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