#136525

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

Shades of Crusoe #136525

Tints of Crusoe #136525

Color information

#136525 (or 0x136525) is unknown color: approx Crusoe. HEX triplet: 13, 65 and 25. RGB value is (19,101,37). Sum of RGB (Red+Green+Blue) = 19+101+37=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #136525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136525 is #EC9ADA. Grayscale: #454545. Windows color (decimal): -15506139 or 2450707. OLE color: 2450707.

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

Color convert

RGB1910137-
CMYK0.8100.630.60
HSL133.17º68.33%23.53%-
HSV(B)133.17º81.19%39.61%-
XYZ5.269.583.32-
YUV69.19109.8392.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 101 (39.84% from 255) = 64.33%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=12.10%
G=64.33%
B=23.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101370.8100.630.60133.1768.3323.53
Hex1365255103F3C854418
Octal23145451210777420510430
Binary1001111001011001011010001011111111110010000101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136525; }

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

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

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

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

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

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

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

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