Html Css Color HEX #18412F Zuccini

📋 copy color: '#18412F'

red 24 ◦ green 65 ◦ blue 47

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

Shades of Zuccini #18412F

Tints of Zuccini #18412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.56%

R = 17.65%
G = 47.79%
B = 34.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#18412F (or 0x18412F) is known color: Zuccini. HEX triplet: 18, 41 and 2F. RGB value is (24,65,47). Sum of RGB (Red+Green+Blue) = 24+65+47=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #18412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18412F is #E7BED0. Grayscale: #323232. Windows color (decimal): -15187665 or 3096856. OLE color: 3096856.

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

Color convert

RGB 24 65 47 -
CMYK 0.63 0 0.28 0.75
HSL 153.66º 0.46% 0.17% -
HSV(B) 153.66º 0.63% 0.25% -
XYZ 2.78 4.18 3.35 -
YUV 50.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 24 65 47 0.63 0 0.28 0.75 153.66 0.46 0.17
Hex 18 41 2F 3F 0 1C 4B 9A 2E 11
Octal 30 101 57 77 0 34 113 232 56 21
Binary 11000 1000001 101111 111111 0 11100 1001011 10011010 101110 10001

Color Harmonies of #18412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18412F

Black with #18412F

Text Example


Text Example

White with #18412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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