Html Css Color HEX #18422A Zuccini

📋 copy color: '#18422A'

red 24 ◦ green 66 ◦ blue 42

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

Shades of Zuccini #18422A

Tints of Zuccini #18422A

RGB

 RED value IS 24 (9.77% from 255) = 18.18%

 GREEN value IS 66 (26.17% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 31.82%

R = 18.18%
G = 50%
B = 31.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#18422A (or 0x18422A) is known color: Zuccini. HEX triplet: 18, 42 and 2A. RGB value is (24,66,42). Sum of RGB (Red+Green+Blue) = 24+66+42=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #18422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18422A is #E7BDD5. Grayscale: #323232. Windows color (decimal): -15187414 or 2769432. OLE color: 2769432.

HSL color Cylindrical-coordinate representation of color #18422A: hue angle of 145.71º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18422A is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 42 -
CMYK 0.64 0 0.36 0.74
HSL 145.71º 0.47% 0.18% -
HSV(B) 145.71º 0.64% 0.26% -
XYZ 2.74 4.26 2.87 -
YUV 50.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 24 66 42 0.64 0 0.36 0.74 145.71 0.47 0.18
Hex 18 42 2A 40 0 24 4A 92 2F 12
Octal 30 102 52 100 0 44 112 222 57 22
Binary 11000 1000010 101010 1000000 0 100100 1001010 10010010 101111 10010

Color Harmonies of #18422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18422A

Black with #18422A

Text Example


Text Example

White with #18422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18422A; }

 p { color: rgb(24,66,42); }

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

background-color css

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

 a { background-color: rgb(24,66,42); }

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

border-color css

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

 span { border-color: rgb(24,66,42); }

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