Html Css Color HEX #14672E Crusoe

📋 copy color: '#14672E'

red 20 ◦ green 103 ◦ blue 46

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

Shades of Crusoe #14672E

Tints of Crusoe #14672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 60.95%

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 11.83%
G = 60.95%
B = 27.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#14672E (or 0x14672E) is known color: Crusoe. HEX triplet: 14, 67 and 2E. RGB value is (20,103,46). Sum of RGB (Red+Green+Blue) = 20+103+46=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #14672E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14672E is #EB98D1. Grayscale: #474747. Windows color (decimal): -15440082 or 3041044. OLE color: 3041044.

HSL color Cylindrical-coordinate representation of color #14672E: hue angle of 138.8º degrees, saturation: 0.67, 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 #14672E is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 103 46 -
CMYK 0.81 0 0.55 0.60
HSL 138.8º 0.67% 0.24% -
HSV(B) 138.8º 0.81% 0.4% -
XYZ 5.63 10.05 4.23 -
YUV 71.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 20 103 46 0.81 0 0.55 0.60 138.8 0.67 0.24
Hex 14 67 2E 51 0 37 3C 8B 43 18
Octal 24 147 56 121 0 67 74 213 103 30
Binary 10100 1100111 101110 1010001 0 110111 111100 10001011 1000011 11000

Color Harmonies of #14672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14672E

Black with #14672E

Text Example


Text Example

White with #14672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,103,46); }

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

background-color css

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

 a { background-color: rgb(20,103,46); }

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

border-color css

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

 span { border-color: rgb(20,103,46); }

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