Html Css Color HEX #18422B Zuccini

📋 copy color: '#18422B'

red 24 ◦ green 66 ◦ blue 43

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

Shades of Zuccini #18422B

Tints of Zuccini #18422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.33%

R = 18.05%
G = 49.62%
B = 32.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#18422B (or 0x18422B) is known color: Zuccini. HEX triplet: 18, 42 and 2B. RGB value is (24,66,43). Sum of RGB (Red+Green+Blue) = 24+66+43=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #18422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18422B is #E7BDD4. Grayscale: #323232. Windows color (decimal): -15187413 or 2834968. OLE color: 2834968.

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

Color convert

RGB 24 66 43 -
CMYK 0.64 0 0.35 0.74
HSL 147.14º 0.47% 0.18% -
HSV(B) 147.14º 0.64% 0.26% -
XYZ 2.76 4.27 2.96 -
YUV 50.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 24 66 43 0.64 0 0.35 0.74 147.14 0.47 0.18
Hex 18 42 2B 40 0 23 4A 93 2F 12
Octal 30 102 53 100 0 43 112 223 57 22
Binary 11000 1000010 101011 1000000 0 100011 1001010 10010011 101111 10010

Color Harmonies of #18422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18422B

Black with #18422B

Text Example


Text Example

White with #18422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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