Html Css Color HEX #144926 Zuccini

📋 copy color: '#144926'

red 20 ◦ green 73 ◦ blue 38

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

Shades of Zuccini #144926

Tints of Zuccini #144926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 55.73%

 BLUE value IS 38 (15.23% from 255) = 29.01%

R = 15.27%
G = 55.73%
B = 29.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#144926 (or 0x144926) is known color: Zuccini. HEX triplet: 14, 49 and 26. RGB value is (20,73,38). Sum of RGB (Red+Green+Blue) = 20+73+38=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #144926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144926 is #EBB6D9. Grayscale: #353535. Windows color (decimal): -15447770 or 2509076. OLE color: 2509076.

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

Color convert

RGB 20 73 38 -
CMYK 0.73 0 0.48 0.71
HSL 140.38º 0.57% 0.18% -
HSV(B) 140.38º 0.73% 0.29% -
XYZ 3.02 5.05 2.65 -
YUV 53.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 20 73 38 0.73 0 0.48 0.71 140.38 0.57 0.18
Hex 14 49 26 49 0 30 47 8C 39 12
Octal 24 111 46 111 0 60 107 214 71 22
Binary 10100 1001001 100110 1001001 0 110000 1000111 10001100 111001 10010

Color Harmonies of #144926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144926

Black with #144926

Text Example


Text Example

White with #144926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144926; }

 p { color: rgb(20,73,38); }

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

background-color css

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

 a { background-color: rgb(20,73,38); }

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

border-color css

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

 span { border-color: rgb(20,73,38); }

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