#135B1C

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

Shades of Crusoe #135B1C

Tints of Crusoe #135B1C

Color information

#135B1C (or 0x135B1C) is unknown color: approx Crusoe. HEX triplet: 13, 5B and 1C. RGB value is (19,91,28). Sum of RGB (Red+Green+Blue) = 19+91+28=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 91 (35.94% from 255 or 65.94% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 91 - color contains mainly: green. Hex color #135B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B1C is #ECA4E3. Grayscale: #3E3E3E. Windows color (decimal): -15508708 or 1858323. OLE color: 1858323.

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

Color convert

RGB199128-
CMYK0.7900.690.64
HSL127.5º65.45%21.57%-
HSV(B)127.5º79.12%35.69%-
XYZ4.227.72.36-
YUV62.29108.6597.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 91 (35.94% from 255) = 65.94%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=13.77%
G=65.94%
B=20.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991280.7900.690.64127.565.4521.57
Hex135B1C4F04540804116
Octal2313334117010510020010126
Binary10011101101111100100111101000101100000010000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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