#135228

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

Shades of Crusoe #135228

Tints of Crusoe #135228

Color information

#135228 (or 0x135228) is unknown color: approx Crusoe. HEX triplet: 13, 52 and 28. RGB value is (19,82,40). Sum of RGB (Red+Green+Blue) = 19+82+40=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #135228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135228 is #ECADD7. Grayscale: #3A3A3A. Windows color (decimal): -15511000 or 2642451. OLE color: 2642451.

HSL color Cylindrical-coordinate representation of color #135228: hue angle of 140º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135228 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB198240-
CMYK0.7700.510.68
HSL140º62.38%19.8%-
HSV(B)140º76.83%32.16%-
XYZ3.676.333.04-
YUV58.38117.6399.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 82 (32.42% from 255) = 58.16%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=13.48%
G=58.16%
B=28.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1982400.7700.510.6814062.3819.8
Hex1352284D033448c3e14
Octal23122501150631042147624
Binary1001110100101010001001101011001110001001000110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135228; }

 p { color: rgb(19,82,40); }

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

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

 a { background-color: rgb(19,82,40); }

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

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

 span { border-color: rgb(19,82,40); }

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