#14611B

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

Shades of Crusoe #14611B

Tints of Crusoe #14611B

Color information

#14611B (or 0x14611B) is unknown color: approx Crusoe. HEX triplet: 14, 61 and 1B. RGB value is (20,97,27). Sum of RGB (Red+Green+Blue) = 20+97+27=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #14611B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14611B is #EB9EE4. Grayscale: #424242. Windows color (decimal): -15441637 or 1794324. OLE color: 1794324.

HSL color Cylindrical-coordinate representation of color #14611B: hue angle of 125.45º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14611B is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB209727-
CMYK0.7900.720.62
HSL125.45º65.81%22.94%-
HSV(B)125.45º79.38%38.04%-
XYZ4.768.782.48-
YUV66105.9995.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=13.89%
G=67.36%
B=18.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097270.7900.720.62125.4565.8122.94
Hex14611B4F0483E7d4217
Octal241413311701107617510227
Binary101001100001110111001111010010001111101111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14611B; }

 p { color: rgb(20,97,27); }

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

<style>
 a { background-color: #14611B; }

 a { background-color: rgb(20,97,27); }

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

<style>
 span { border-color: #14611B; }

 span { border-color: rgb(20,97,27); }

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