Html Css Color HEX #18432A Zuccini

📋 copy color: '#18432A'

red 24 ◦ green 67 ◦ blue 42

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

Shades of Zuccini #18432A

Tints of Zuccini #18432A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50.38%

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

R = 18.05%
G = 50.38%
B = 31.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.74

RGB Variations

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

Color information

#18432A (or 0x18432A) is known color: Zuccini. HEX triplet: 18, 43 and 2A. RGB value is (24,67,42). Sum of RGB (Red+Green+Blue) = 24+67+42=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #18432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18432A is #E7BCD5. Grayscale: #333333. Windows color (decimal): -15187158 or 2769688. OLE color: 2769688.

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

Color convert

RGB 24 67 42 -
CMYK 0.64 0 0.37 0.74
HSL 145.12º 0.47% 0.18% -
HSV(B) 145.12º 0.64% 0.26% -
XYZ 2.8 4.38 2.89 -
YUV 51.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 24 67 42 0.64 0 0.37 0.74 145.12 0.47 0.18
Hex 18 43 2A 40 0 25 4A 91 2F 12
Octal 30 103 52 100 0 45 112 221 57 22
Binary 11000 1000011 101010 1000000 0 100101 1001010 10010001 101111 10010

Color Harmonies of #18432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18432A

Black with #18432A

Text Example


Text Example

White with #18432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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