#135625

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

Shades of Crusoe #135625

Tints of Crusoe #135625

Color information

#135625 (or 0x135625) is unknown color: approx Crusoe. HEX triplet: 13, 56 and 25. RGB value is (19,86,37). Sum of RGB (Red+Green+Blue) = 19+86+37=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #135625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135625 is #ECA9DA. Grayscale: #3C3C3C. Windows color (decimal): -15509979 or 2446867. OLE color: 2446867.

HSL color Cylindrical-coordinate representation of color #135625: hue angle of 136.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135625 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB198637-
CMYK0.7800.570.66
HSL136.12º63.81%20.59%-
HSV(B)136.12º77.91%33.73%-
XYZ3.936.932.88-
YUV60.38114.898.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 86 (33.98% from 255) = 60.56%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=13.38%
G=60.56%
B=26.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986370.7800.570.66136.1263.8120.59
Hex1356254E03942884015
Octal231264511607110221010025
Binary10011101011010010110011100111001100001010001000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135625; }

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

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

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

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

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

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

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

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