Html Css Color HEX #18462D Zuccini

📋 copy color: '#18462D'

red 24 ◦ green 70 ◦ blue 45

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

Shades of Zuccini #18462D

Tints of Zuccini #18462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.36%

 BLUE value IS 45 (17.97% from 255) = 32.37%

R = 17.27%
G = 50.36%
B = 32.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#18462D (or 0x18462D) is known color: Zuccini. HEX triplet: 18, 46 and 2D. RGB value is (24,70,45). Sum of RGB (Red+Green+Blue) = 24+70+45=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #18462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18462D is #E7B9D2. Grayscale: #353535. Windows color (decimal): -15186387 or 2967064. OLE color: 2967064.

HSL color Cylindrical-coordinate representation of color #18462D: hue angle of 147.39º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18462D is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 70 45 -
CMYK 0.66 0 0.36 0.73
HSL 147.39º 0.49% 0.18% -
HSV(B) 147.39º 0.66% 0.27% -
XYZ 3.04 4.76 3.24 -
YUV 53.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 24 70 45 0.66 0 0.36 0.73 147.39 0.49 0.18
Hex 18 46 2D 42 0 24 49 93 31 12
Octal 30 106 55 102 0 44 111 223 61 22
Binary 11000 1000110 101101 1000010 0 100100 1001001 10010011 110001 10010

Color Harmonies of #18462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18462D

Black with #18462D

Text Example


Text Example

White with #18462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18462D; }

 p { color: rgb(24,70,45); }

 H1.HeaderClassName
 {
   color: #18462D;
 }
 .AnyTagClassName
 {
   color: #18462D;
 }
</style>

background-color css

<style>
 a { background-color: #18462D; }

 a { background-color: rgb(24,70,45); }

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

border-color css

<style>
 span { border-color: #18462D; }

 span { border-color: rgb(24,70,45); }

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