Html Css Color HEX #144631 Zuccini

📋 copy color: '#144631'

red 20 ◦ green 70 ◦ blue 49

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

Shades of Zuccini #144631

Tints of Zuccini #144631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.36%

 BLUE value IS 49 (19.53% from 255) = 35.25%

R = 14.39%
G = 50.36%
B = 35.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#144631 (or 0x144631) is known color: Zuccini. HEX triplet: 14, 46 and 31. RGB value is (20,70,49). Sum of RGB (Red+Green+Blue) = 20+70+49=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #144631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144631 is #EBB9CE. Grayscale: #343434. Windows color (decimal): -15448527 or 3229204. OLE color: 3229204.

HSL color Cylindrical-coordinate representation of color #144631: hue angle of 154.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144631 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 49 -
CMYK 0.71 0 0.30 0.73
HSL 154.8º 0.56% 0.18% -
HSV(B) 154.8º 0.71% 0.27% -
XYZ 3.03 4.75 3.66 -
YUV 52.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 20 70 49 0.71 0 0.30 0.73 154.8 0.56 0.18
Hex 14 46 31 47 0 1E 49 9B 38 12
Octal 24 106 61 107 0 36 111 233 70 22
Binary 10100 1000110 110001 1000111 0 11110 1001001 10011011 111000 10010

Color Harmonies of #144631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144631

Black with #144631

Text Example


Text Example

White with #144631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144631; }

 p { color: rgb(20,70,49); }

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

background-color css

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

 a { background-color: rgb(20,70,49); }

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

border-color css

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

 span { border-color: rgb(20,70,49); }

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