#135A2F

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

Shades of Crusoe #135A2F

Tints of Crusoe #135A2F

Color information

#135A2F (or 0x135A2F) is unknown color: approx Crusoe. HEX triplet: 13, 5A and 2F. RGB value is (19,90,47). Sum of RGB (Red+Green+Blue) = 19+90+47=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #135A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A2F is #ECA5D0. Grayscale: #3F3F3F. Windows color (decimal): -15508945 or 3103251. OLE color: 3103251.

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

Color convert

RGB199047-
CMYK0.7900.480.65
HSL143.66º65.14%21.37%-
HSV(B)143.66º78.89%35.29%-
XYZ4.447.663.93-
YUV63.87118.4896-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 90 (35.55% from 255) = 57.69%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=12.18%
G=57.69%
B=30.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990470.7900.480.65143.6665.1421.37
Hex135A2F4F03041904115
Octal231325711706010122010125
Binary10011101101010111110011110110000100000110010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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