Html Css Color HEX #14611D Crusoe

📋 copy color: '#14611D'

red 20 ◦ green 97 ◦ blue 29

#14611D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #14611D

Tints of Crusoe #14611D

RGB

 RED value IS 20 (8.2% from 255) = 13.7%

 GREEN value IS 97 (38.28% from 255) = 66.44%

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 13.7%
G = 66.44%
B = 19.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#14611D (or 0x14611D) is known color: Crusoe. HEX triplet: 14, 61 and 1D. RGB value is (20,97,29). Sum of RGB (Red+Green+Blue) = 20+97+29=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 97 (38.28% from 255 or 66.44% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 97 - color contains mainly: green. Hex color #14611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14611D is #EB9EE2. Grayscale: #424242. Windows color (decimal): -15441635 or 1925396. OLE color: 1925396.

HSL color Cylindrical-coordinate representation of color #14611D: hue angle of 127.01º 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 #14611D is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 97 29 -
CMYK 0.79 0 0.70 0.62
HSL 127.01º 0.66% 0.23% -
HSV(B) 127.01º 0.79% 0.38% -
XYZ 4.78 8.79 2.61 -
YUV 66.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 20 97 29 0.79 0 0.70 0.62 127.01 0.66 0.23
Hex 14 61 1D 4F 0 46 3E 7F 42 17
Octal 24 141 35 117 0 106 76 177 102 27
Binary 10100 1100001 11101 1001111 0 1000110 111110 1111111 1000010 10111

Color Harmonies of #14611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14611D

Black with #14611D

Text Example


Text Example

White with #14611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14611D;
 }
 .AnyTagClassName
 {
   color: #14611D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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