Html Css Color HEX #18412C Zuccini

📋 copy color: '#18412C'

red 24 ◦ green 65 ◦ blue 44

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

Shades of Zuccini #18412C

Tints of Zuccini #18412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 18.05%
G = 48.87%
B = 33.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#18412C (or 0x18412C) is known color: Zuccini. HEX triplet: 18, 41 and 2C. RGB value is (24,65,44). Sum of RGB (Red+Green+Blue) = 24+65+44=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #18412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18412C is #E7BED3. Grayscale: #323232. Windows color (decimal): -15187668 or 2900248. OLE color: 2900248.

HSL color Cylindrical-coordinate representation of color #18412C: hue angle of 149.27º 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 #18412C is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 65 44 -
CMYK 0.63 0 0.32 0.75
HSL 149.27º 0.46% 0.17% -
HSV(B) 149.27º 0.63% 0.25% -
XYZ 2.72 4.16 3.04 -
YUV 50.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 24 65 44 0.63 0 0.32 0.75 149.27 0.46 0.17
Hex 18 41 2C 3F 0 20 4B 95 2E 11
Octal 30 101 54 77 0 40 113 225 56 21
Binary 11000 1000001 101100 111111 0 100000 1001011 10010101 101110 10001

Color Harmonies of #18412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18412C

Black with #18412C

Text Example


Text Example

White with #18412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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