#14641D

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

Shades of Crusoe #14641D

Tints of Crusoe #14641D

Color information

#14641D (or 0x14641D) is unknown color: approx Crusoe. HEX triplet: 14, 64 and 1D. RGB value is (20,100,29). Sum of RGB (Red+Green+Blue) = 20+100+29=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #14641D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14641D is #EB9BE2. Grayscale: #444444. Windows color (decimal): -15440867 or 1926164. OLE color: 1926164.

HSL color Cylindrical-coordinate representation of color #14641D: hue angle of 126.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14641D is Cyan = 0.8, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB2010029-
CMYK0.800.710.61
HSL126.75º66.67%23.53%-
HSV(B)126.75º80%39.22%-
XYZ5.079.352.7-
YUV67.9910693.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 100 (39.45% from 255) = 67.11%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=13.42%
G=67.11%
B=19.46%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100290.800.710.61126.7566.6723.53
Hex14641D500473D7f4318
Octal241443512001077517710330
Binary101001100100111011010000010001111111011111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14641D; }

 p { color: rgb(20,100,29); }

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

<style>
 a { background-color: #14641D; }

 a { background-color: rgb(20,100,29); }

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

<style>
 span { border-color: #14641D; }

 span { border-color: rgb(20,100,29); }

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