#135922

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

Shades of Crusoe #135922

Tints of Crusoe #135922

Color information

#135922 (or 0x135922) is unknown color: approx Crusoe. HEX triplet: 13, 59 and 22. RGB value is (19,89,34). Sum of RGB (Red+Green+Blue) = 19+89+34=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #135922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135922 is #ECA6DD. Grayscale: #3D3D3D. Windows color (decimal): -15509214 or 2251027. OLE color: 2251027.

HSL color Cylindrical-coordinate representation of color #135922: hue angle of 132.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135922 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB198934-
CMYK0.7900.620.65
HSL132.86º64.81%21.18%-
HSV(B)132.86º78.65%34.9%-
XYZ4.137.42.72-
YUV61.8112.3197.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 89 (35.16% from 255) = 62.68%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=13.38%
G=62.68%
B=23.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989340.7900.620.65132.8664.8121.18
Hex1359224F03E41854115
Octal231314211707610120510125
Binary10011101100110001010011110111110100000110000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135922; }

 p { color: rgb(19,89,34); }

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

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

 a { background-color: rgb(19,89,34); }

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

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

 span { border-color: rgb(19,89,34); }

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