#135E1A

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

Shades of Crusoe #135E1A

Tints of Crusoe #135E1A

Color information

#135E1A (or 0x135E1A) is unknown color: approx Crusoe. HEX triplet: 13, 5E and 1A. RGB value is (19,94,26). Sum of RGB (Red+Green+Blue) = 19+94+26=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 94 (37.11% from 255 or 67.63% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 94 - color contains mainly: green. Hex color #135E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E1A is #ECA1E5. Grayscale: #404040. Windows color (decimal): -15507942 or 1728019. OLE color: 1728019.

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

Color convert

RGB199426-
CMYK0.8000.720.63
HSL125.6º66.37%22.16%-
HSV(B)125.6º79.79%36.86%-
XYZ4.468.222.33-
YUV63.82106.6596.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 94 (37.11% from 255) = 67.63%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=13.67%
G=67.63%
B=18.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994260.8000.720.63125.666.3722.16
Hex135E1A500483F7e4216
Octal231363212001107717610226
Binary100111011110110101010000010010001111111111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,94,26); }

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

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

 a { background-color: rgb(19,94,26); }

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

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

 span { border-color: rgb(19,94,26); }

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