Html Css Color HEX #184531 Zuccini

📋 copy color: '#184531'

red 24 ◦ green 69 ◦ blue 49

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

Shades of Zuccini #184531

Tints of Zuccini #184531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 16.9%
G = 48.59%
B = 34.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#184531 (or 0x184531) is known color: Zuccini. HEX triplet: 18, 45 and 31. RGB value is (24,69,49). Sum of RGB (Red+Green+Blue) = 24+69+49=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #184531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184531 is #E7BACE. Grayscale: #353535. Windows color (decimal): -15186639 or 3228952. OLE color: 3228952.

HSL color Cylindrical-coordinate representation of color #184531: hue angle of 153.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184531 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 69 49 -
CMYK 0.65 0 0.29 0.73
HSL 153.33º 0.48% 0.18% -
HSV(B) 153.33º 0.65% 0.27% -
XYZ 3.06 4.67 3.65 -
YUV 53.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 24 69 49 0.65 0 0.29 0.73 153.33 0.48 0.18
Hex 18 45 31 41 0 1D 49 99 30 12
Octal 30 105 61 101 0 35 111 231 60 22
Binary 11000 1000101 110001 1000001 0 11101 1001001 10011001 110000 10010

Color Harmonies of #184531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184531

Black with #184531

Text Example


Text Example

White with #184531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184531; }

 p { color: rgb(24,69,49); }

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

background-color css

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

 a { background-color: rgb(24,69,49); }

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

border-color css

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

 span { border-color: rgb(24,69,49); }

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