Html Css Color HEX #184828 Zuccini

📋 copy color: '#184828'

red 24 ◦ green 72 ◦ blue 40

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

Shades of Zuccini #184828

Tints of Zuccini #184828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.94%

 BLUE value IS 40 (16.02% from 255) = 29.41%

R = 17.65%
G = 52.94%
B = 29.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#184828 (or 0x184828) is known color: Zuccini. HEX triplet: 18, 48 and 28. RGB value is (24,72,40). Sum of RGB (Red+Green+Blue) = 24+72+40=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #184828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184828 is #E7B7D7. Grayscale: #363636. Windows color (decimal): -15185880 or 2639896. OLE color: 2639896.

HSL color Cylindrical-coordinate representation of color #184828: hue angle of 140º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184828 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 72 40 -
CMYK 0.67 0 0.44 0.72
HSL 140º 0.5% 0.19% -
HSV(B) 140º 0.67% 0.28% -
XYZ 3.08 4.98 2.81 -
YUV 54 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 24 72 40 0.67 0 0.44 0.72 140 0.5 0.19
Hex 18 48 28 43 0 2C 48 8C 32 13
Octal 30 110 50 103 0 54 110 214 62 23
Binary 11000 1001000 101000 1000011 0 101100 1001000 10001100 110010 10011

Color Harmonies of #184828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184828

Black with #184828

Text Example


Text Example

White with #184828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184828; }

 p { color: rgb(24,72,40); }

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

background-color css

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

 a { background-color: rgb(24,72,40); }

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

border-color css

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

 span { border-color: rgb(24,72,40); }

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