Html Css Color HEX #18472D Zuccini

📋 copy color: '#18472D'

red 24 ◦ green 71 ◦ blue 45

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

Shades of Zuccini #18472D

Tints of Zuccini #18472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.71%

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

R = 17.14%
G = 50.71%
B = 32.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#18472D (or 0x18472D) is known color: Zuccini. HEX triplet: 18, 47 and 2D. RGB value is (24,71,45). Sum of RGB (Red+Green+Blue) = 24+71+45=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #18472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18472D is #E7B8D2. Grayscale: #363636. Windows color (decimal): -15186131 or 2967320. OLE color: 2967320.

HSL color Cylindrical-coordinate representation of color #18472D: hue angle of 146.81º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18472D is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 71 45 -
CMYK 0.66 0 0.37 0.72
HSL 146.81º 0.49% 0.19% -
HSV(B) 146.81º 0.66% 0.28% -
XYZ 3.1 4.89 3.26 -
YUV 53.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 24 71 45 0.66 0 0.37 0.72 146.81 0.49 0.19
Hex 18 47 2D 42 0 25 48 93 31 13
Octal 30 107 55 102 0 45 110 223 61 23
Binary 11000 1000111 101101 1000010 0 100101 1001000 10010011 110001 10011

Color Harmonies of #18472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18472D

Black with #18472D

Text Example


Text Example

White with #18472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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