Html Css Color HEX #144630 Zuccini

📋 copy color: '#144630'

red 20 ◦ green 70 ◦ blue 48

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

Shades of Zuccini #144630

Tints of Zuccini #144630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 14.49%
G = 50.72%
B = 34.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#144630 (or 0x144630) is known color: Zuccini. HEX triplet: 14, 46 and 30. RGB value is (20,70,48). Sum of RGB (Red+Green+Blue) = 20+70+48=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #144630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144630 is #EBB9CF. Grayscale: #343434. Windows color (decimal): -15448528 or 3163668. OLE color: 3163668.

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

Color convert

RGB 20 70 48 -
CMYK 0.71 0 0.31 0.73
HSL 153.6º 0.56% 0.18% -
HSV(B) 153.6º 0.71% 0.27% -
XYZ 3.01 4.74 3.55 -
YUV 52.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 20 70 48 0.71 0 0.31 0.73 153.6 0.56 0.18
Hex 14 46 30 47 0 1F 49 9A 38 12
Octal 24 106 60 107 0 37 111 232 70 22
Binary 10100 1000110 110000 1000111 0 11111 1001001 10011010 111000 10010

Color Harmonies of #144630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144630

Black with #144630

Text Example


Text Example

White with #144630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144630; }

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

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

background-color css

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

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

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

border-color css

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

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

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