#135A23

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

Shades of Crusoe #135A23

Tints of Crusoe #135A23

Color information

#135A23 (or 0x135A23) is unknown color: approx Crusoe. HEX triplet: 13, 5A and 23. RGB value is (19,90,35). Sum of RGB (Red+Green+Blue) = 19+90+35=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #135A23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A23 is #ECA5DC. Grayscale: #3E3E3E. Windows color (decimal): -15508957 or 2316819. OLE color: 2316819.

HSL color Cylindrical-coordinate representation of color #135A23: hue angle of 133.52º 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 #135A23 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB199035-
CMYK0.7900.610.65
HSL133.52º65.14%21.37%-
HSV(B)133.52º78.89%35.29%-
XYZ4.237.572.83-
YUV62.5112.4896.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 90 (35.55% from 255) = 62.5%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=13.19%
G=62.5%
B=24.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990350.7900.610.65133.5265.1421.37
Hex135A234F03D41864115
Octal231324311707510120610125
Binary10011101101010001110011110111101100000110000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135A23; }

 p { color: rgb(19,90,35); }

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

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

 a { background-color: rgb(19,90,35); }

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

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

 span { border-color: rgb(19,90,35); }

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