#135D2E

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

Shades of Crusoe #135D2E

Tints of Crusoe #135D2E

Color information

#135D2E (or 0x135D2E) is unknown color: approx Crusoe. HEX triplet: 13, 5D and 2E. RGB value is (19,93,46). Sum of RGB (Red+Green+Blue) = 19+93+46=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #135D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D2E is #ECA2D1. Grayscale: #414141. Windows color (decimal): -15508178 or 3038483. OLE color: 3038483.

HSL color Cylindrical-coordinate representation of color #135D2E: hue angle of 141.89º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D2E is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB199346-
CMYK0.8000.510.64
HSL141.89º66.07%21.96%-
HSV(B)141.89º79.57%36.47%-
XYZ4.688.163.91-
YUV65.52116.9894.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 93 (36.72% from 255) = 58.86%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=12.03%
G=58.86%
B=29.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1993460.8000.510.64141.8966.0721.96
Hex135D2E50033408e4216
Octal231355612006310021610226
Binary10011101110110111010100000110011100000010001110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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