#135B2E

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

Shades of Crusoe #135B2E

Tints of Crusoe #135B2E

Color information

#135B2E (or 0x135B2E) is unknown color: approx Crusoe. HEX triplet: 13, 5B and 2E. RGB value is (19,91,46). Sum of RGB (Red+Green+Blue) = 19+91+46=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #135B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B2E is #ECA4D1. Grayscale: #404040. Windows color (decimal): -15508690 or 3037971. OLE color: 3037971.

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

Color convert

RGB199146-
CMYK0.7900.490.64
HSL142.5º65.45%21.57%-
HSV(B)142.5º79.12%35.69%-
XYZ4.57.823.86-
YUV64.34117.6595.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 91 (35.94% from 255) = 58.33%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=12.18%
G=58.33%
B=29.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991460.7900.490.64142.565.4521.57
Hex135B2E4F031408e4116
Octal231335611706110021610126
Binary10011101101110111010011110110001100000010001110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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