Html Css Color HEX #144826 Zuccini

📋 copy color: '#144826'

red 20 ◦ green 72 ◦ blue 38

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

Shades of Zuccini #144826

Tints of Zuccini #144826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.38%

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

R = 15.38%
G = 55.38%
B = 29.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#144826 (or 0x144826) is known color: Zuccini. HEX triplet: 14, 48 and 26. RGB value is (20,72,38). Sum of RGB (Red+Green+Blue) = 20+72+38=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #144826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144826 is #EBB7D9. Grayscale: #343434. Windows color (decimal): -15448026 or 2508820. OLE color: 2508820.

HSL color Cylindrical-coordinate representation of color #144826: hue angle of 140.77º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144826 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 38 -
CMYK 0.72 0 0.47 0.72
HSL 140.77º 0.57% 0.18% -
HSV(B) 140.77º 0.72% 0.28% -
XYZ 2.96 4.92 2.63 -
YUV 52.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 20 72 38 0.72 0 0.47 0.72 140.77 0.57 0.18
Hex 14 48 26 48 0 2F 48 8D 39 12
Octal 24 110 46 110 0 57 110 215 71 22
Binary 10100 1001000 100110 1001000 0 101111 1001000 10001101 111001 10010

Color Harmonies of #144826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144826

Black with #144826

Text Example


Text Example

White with #144826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144826; }

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

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

background-color css

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

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

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

border-color css

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

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

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