Html Css Color HEX #18412B Zuccini

📋 copy color: '#18412B'

red 24 ◦ green 65 ◦ blue 43

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

Shades of Zuccini #18412B

Tints of Zuccini #18412B

RGB

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

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

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

R = 18.18%
G = 49.24%
B = 32.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#18412B (or 0x18412B) is known color: Zuccini. HEX triplet: 18, 41 and 2B. RGB value is (24,65,43). Sum of RGB (Red+Green+Blue) = 24+65+43=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #18412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18412B is #E7BED4. Grayscale: #323232. Windows color (decimal): -15187669 or 2834712. OLE color: 2834712.

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

Color convert

RGB 24 65 43 -
CMYK 0.63 0 0.34 0.75
HSL 147.8º 0.46% 0.17% -
HSV(B) 147.8º 0.63% 0.25% -
XYZ 2.7 4.15 2.94 -
YUV 50.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 24 65 43 0.63 0 0.34 0.75 147.8 0.46 0.17
Hex 18 41 2B 3F 0 22 4B 94 2E 11
Octal 30 101 53 77 0 42 113 224 56 21
Binary 11000 1000001 101011 111111 0 100010 1001011 10010100 101110 10001

Color Harmonies of #18412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18412B

Black with #18412B

Text Example


Text Example

White with #18412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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