Html Css Color HEX #14641E Crusoe

📋 copy color: '#14641E'

red 20 ◦ green 100 ◦ blue 30

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

Shades of Crusoe #14641E

Tints of Crusoe #14641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 66.67%

 BLUE value IS 30 (12.11% from 255) = 20%

R = 13.33%
G = 66.67%
B = 20%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#14641E (or 0x14641E) is known color: Crusoe. HEX triplet: 14, 64 and 1E. RGB value is (20,100,30). Sum of RGB (Red+Green+Blue) = 20+100+30=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #14641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14641E is #EB9BE1. Grayscale: #444444. Windows color (decimal): -15440866 or 1991700. OLE color: 1991700.

HSL color Cylindrical-coordinate representation of color #14641E: hue angle of 127.5º 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 #14641E is Cyan = 0.8, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 100 30 -
CMYK 0.8 0 0.70 0.61
HSL 127.5º 0.67% 0.24% -
HSV(B) 127.5º 0.8% 0.39% -
XYZ 5.08 9.36 2.77 -
YUV 68.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 20 100 30 0.8 0 0.70 0.61 127.5 0.67 0.24
Hex 14 64 1E 50 0 46 3D 80 43 18
Octal 24 144 36 120 0 106 75 200 103 30
Binary 10100 1100100 11110 1010000 0 1000110 111101 10000000 1000011 11000

Color Harmonies of #14641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14641E

Black with #14641E

Text Example


Text Example

White with #14641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14641E;
 }
 .AnyTagClassName
 {
   color: #14641E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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