#135622

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

Shades of Crusoe #135622

Tints of Crusoe #135622

Color information

#135622 (or 0x135622) is unknown color: approx Crusoe. HEX triplet: 13, 56 and 22. RGB value is (19,86,34). Sum of RGB (Red+Green+Blue) = 19+86+34=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #135622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135622 is #ECA9DD. Grayscale: #3C3C3C. Windows color (decimal): -15509982 or 2250259. OLE color: 2250259.

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

Color convert

RGB198634-
CMYK0.7800.600.66
HSL133.43º63.81%20.59%-
HSV(B)133.43º77.91%33.73%-
XYZ3.896.912.64-
YUV60.04113.398.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 86 (33.98% from 255) = 61.87%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=13.67%
G=61.87%
B=24.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986340.7800.600.66133.4363.8120.59
Hex1356224E03C42854015
Octal231264211607410220510025
Binary10011101011010001010011100111100100001010000101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135622; }

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

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

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

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

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

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

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

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