#135124

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

Shades of Crusoe #135124

Tints of Crusoe #135124

Color information

#135124 (or 0x135124) is unknown color: approx Crusoe. HEX triplet: 13, 51 and 24. RGB value is (19,81,36). Sum of RGB (Red+Green+Blue) = 19+81+36=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #135124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135124 is #ECAEDB. Grayscale: #393939. Windows color (decimal): -15511260 or 2380051. OLE color: 2380051.

HSL color Cylindrical-coordinate representation of color #135124: hue angle of 136.45º 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 #135124 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB198136-
CMYK0.7700.560.68
HSL136.45º62%19.61%-
HSV(B)136.45º76.54%31.76%-
XYZ3.536.152.67-
YUV57.33115.96100.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 81 (32.03% from 255) = 59.56%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=13.97%
G=59.56%
B=26.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981360.7700.560.68136.456219.61
Hex1351244D03844883e14
Octal23121441150701042107624
Binary1001110100011001001001101011100010001001000100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135124; }

 p { color: rgb(19,81,36); }

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

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

 a { background-color: rgb(19,81,36); }

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

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

 span { border-color: rgb(19,81,36); }

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