Html Css Color HEX #18492E Zuccini

📋 copy color: '#18492E'

red 24 ◦ green 73 ◦ blue 46

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

Shades of Zuccini #18492E

Tints of Zuccini #18492E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.05%

 BLUE value IS 46 (18.36% from 255) = 32.17%

R = 16.78%
G = 51.05%
B = 32.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#18492E (or 0x18492E) is known color: Zuccini. HEX triplet: 18, 49 and 2E. RGB value is (24,73,46). Sum of RGB (Red+Green+Blue) = 24+73+46=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #18492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18492E is #E7B6D1. Grayscale: #373737. Windows color (decimal): -15185618 or 3033368. OLE color: 3033368.

HSL color Cylindrical-coordinate representation of color #18492E: hue angle of 146.94º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18492E is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 73 46 -
CMYK 0.67 0 0.37 0.71
HSL 146.94º 0.51% 0.19% -
HSV(B) 146.94º 0.67% 0.29% -
XYZ 3.25 5.16 3.41 -
YUV 55.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 24 73 46 0.67 0 0.37 0.71 146.94 0.51 0.19
Hex 18 49 2E 43 0 25 47 93 33 13
Octal 30 111 56 103 0 45 107 223 63 23
Binary 11000 1001001 101110 1000011 0 100101 1000111 10010011 110011 10011

Color Harmonies of #18492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18492E

Black with #18492E

Text Example


Text Example

White with #18492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18492E; }

 p { color: rgb(24,73,46); }

 H1.HeaderClassName
 {
   color: #18492E;
 }
 .AnyTagClassName
 {
   color: #18492E;
 }
</style>

background-color css

<style>
 a { background-color: #18492E; }

 a { background-color: rgb(24,73,46); }

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

border-color css

<style>
 span { border-color: #18492E; }

 span { border-color: rgb(24,73,46); }

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