#135822

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

Shades of Crusoe #135822

Tints of Crusoe #135822

Color information

#135822 (or 0x135822) is unknown color: approx Crusoe. HEX triplet: 13, 58 and 22. RGB value is (19,88,34). Sum of RGB (Red+Green+Blue) = 19+88+34=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #135822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135822 is #ECA7DD. Grayscale: #3D3D3D. Windows color (decimal): -15509470 or 2250771. OLE color: 2250771.

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

Color convert

RGB198834-
CMYK0.7800.610.65
HSL133.04º64.49%20.98%-
HSV(B)133.04º78.41%34.51%-
XYZ4.057.232.7-
YUV61.21112.6497.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=13.48%
G=62.41%
B=24.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988340.7800.610.65133.0464.4920.98
Hex1358224E03D41854015
Octal231304211607510120510025
Binary10011101100010001010011100111101100000110000101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135822; }

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

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

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

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

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

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

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

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