Html Css Color HEX #18422E Zuccini

📋 copy color: '#18422E'

red 24 ◦ green 66 ◦ blue 46

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

Shades of Zuccini #18422E

Tints of Zuccini #18422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 17.65%
G = 48.53%
B = 33.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#18422E (or 0x18422E) is known color: Zuccini. HEX triplet: 18, 42 and 2E. RGB value is (24,66,46). Sum of RGB (Red+Green+Blue) = 24+66+46=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #18422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18422E is #E7BDD1. Grayscale: #333333. Windows color (decimal): -15187410 or 3031576. OLE color: 3031576.

HSL color Cylindrical-coordinate representation of color #18422E: hue angle of 151.43º 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 #18422E is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 46 -
CMYK 0.64 0 0.30 0.74
HSL 151.43º 0.47% 0.18% -
HSV(B) 151.43º 0.64% 0.26% -
XYZ 2.82 4.29 3.26 -
YUV 51.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 24 66 46 0.64 0 0.30 0.74 151.43 0.47 0.18
Hex 18 42 2E 40 0 1E 4A 97 2F 12
Octal 30 102 56 100 0 36 112 227 57 22
Binary 11000 1000010 101110 1000000 0 11110 1001010 10010111 101111 10010

Color Harmonies of #18422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18422E

Black with #18422E

Text Example


Text Example

White with #18422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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