Html Css Color HEX #18412A Zuccini

📋 copy color: '#18412A'

red 24 ◦ green 65 ◦ blue 42

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

Shades of Zuccini #18412A

Tints of Zuccini #18412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.62%

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

R = 18.32%
G = 49.62%
B = 32.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#18412A (or 0x18412A) is known color: Zuccini. HEX triplet: 18, 41 and 2A. RGB value is (24,65,42). Sum of RGB (Red+Green+Blue) = 24+65+42=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #18412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18412A is #E7BED5. Grayscale: #323232. Windows color (decimal): -15187670 or 2769176. OLE color: 2769176.

HSL color Cylindrical-coordinate representation of color #18412A: hue angle of 146.34º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18412A is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 65 42 -
CMYK 0.63 0 0.35 0.75
HSL 146.34º 0.46% 0.17% -
HSV(B) 146.34º 0.63% 0.25% -
XYZ 2.68 4.14 2.85 -
YUV 50.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 24 65 42 0.63 0 0.35 0.75 146.34 0.46 0.17
Hex 18 41 2A 3F 0 23 4B 92 2E 11
Octal 30 101 52 77 0 43 113 222 56 21
Binary 11000 1000001 101010 111111 0 100011 1001011 10010010 101110 10001

Color Harmonies of #18412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18412A

Black with #18412A

Text Example


Text Example

White with #18412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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