#135B2F

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

Shades of Crusoe #135B2F

Tints of Crusoe #135B2F

Color information

#135B2F (or 0x135B2F) is unknown color: approx Crusoe. HEX triplet: 13, 5B and 2F. RGB value is (19,91,47). Sum of RGB (Red+Green+Blue) = 19+91+47=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #135B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B2F is #ECA4D0. Grayscale: #404040. Windows color (decimal): -15508689 or 3103507. OLE color: 3103507.

HSL color Cylindrical-coordinate representation of color #135B2F: hue angle of 143.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B2F is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB199147-
CMYK0.7900.480.64
HSL143.33º65.45%21.57%-
HSV(B)143.33º79.12%35.69%-
XYZ4.527.833.96-
YUV64.46118.1595.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 91 (35.94% from 255) = 57.96%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=12.10%
G=57.96%
B=29.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991470.7900.480.64143.3365.4521.57
Hex135B2F4F030408f4116
Octal231335711706010021710126
Binary10011101101110111110011110110000100000010001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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