Html Css Color HEX #144628 Zuccini

📋 copy color: '#144628'

red 20 ◦ green 70 ◦ blue 40

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

Shades of Zuccini #144628

Tints of Zuccini #144628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 15.38%
G = 53.85%
B = 30.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#144628 (or 0x144628) is known color: Zuccini. HEX triplet: 14, 46 and 28. RGB value is (20,70,40). Sum of RGB (Red+Green+Blue) = 20+70+40=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #144628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144628 is #EBB9D7. Grayscale: #333333. Windows color (decimal): -15448536 or 2639380. OLE color: 2639380.

HSL color Cylindrical-coordinate representation of color #144628: hue angle of 144º 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 #144628 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 40 -
CMYK 0.71 0 0.43 0.73
HSL 144º 0.56% 0.18% -
HSV(B) 144º 0.71% 0.27% -
XYZ 2.86 4.68 2.76 -
YUV 51.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 20 70 40 0.71 0 0.43 0.73 144 0.56 0.18
Hex 14 46 28 47 0 2B 49 90 38 12
Octal 24 106 50 107 0 53 111 220 70 22
Binary 10100 1000110 101000 1000111 0 101011 1001001 10010000 111000 10010

Color Harmonies of #144628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144628

Black with #144628

Text Example


Text Example

White with #144628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144628; }

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

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

background-color css

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

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

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

border-color css

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

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

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