#136520

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

Shades of Crusoe #136520

Tints of Crusoe #136520

Color information

#136520 (or 0x136520) is unknown color: approx Crusoe. HEX triplet: 13, 65 and 20. RGB value is (19,101,32). Sum of RGB (Red+Green+Blue) = 19+101+32=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #136520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136520 is #EC9ADF. Grayscale: #444444. Windows color (decimal): -15506144 or 2123027. OLE color: 2123027.

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

Color convert

RGB1910132-
CMYK0.8100.680.60
HSL129.51º68.33%23.53%-
HSV(B)129.51º81.19%39.61%-
XYZ5.189.552.94-
YUV68.62107.3392.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=12.5%
G=66.45%
B=21.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101320.8100.680.60129.5168.3323.53
Hex136520510443C824418
Octal231454012101047420210430
Binary10011110010110000010100010100010011110010000010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136520; }

 p { color: rgb(19,101,32); }

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

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

 a { background-color: rgb(19,101,32); }

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

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

 span { border-color: rgb(19,101,32); }

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