#13651F

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

Shades of Crusoe #13651F

Tints of Crusoe #13651F

Color information

#13651F (or 0x13651F) is unknown color: approx Crusoe. HEX triplet: 13, 65 and 1F. RGB value is (19,101,31). Sum of RGB (Red+Green+Blue) = 19+101+31=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #13651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13651F is #EC9AE0. Grayscale: #444444. Windows color (decimal): -15506145 or 2057491. OLE color: 2057491.

HSL color Cylindrical-coordinate representation of color #13651F: hue angle of 128.78º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13651F is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB1910131-
CMYK0.8100.690.60
HSL128.78º68.33%23.53%-
HSV(B)128.78º81.19%39.61%-
XYZ5.179.542.87-
YUV68.5106.8392.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 101 (39.84% from 255) = 66.89%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=12.58%
G=66.89%
B=20.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101310.8100.690.60128.7868.3323.53
Hex13651F510453C814418
Octal231453712101057420110430
Binary1001111001011111110100010100010111110010000001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13651F; }

 p { color: rgb(19,101,31); }

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

<style>
 a { background-color: #13651F; }

 a { background-color: rgb(19,101,31); }

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

<style>
 span { border-color: #13651F; }

 span { border-color: rgb(19,101,31); }

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