Html Css Color HEX #184530 Zuccini

📋 copy color: '#184530'

red 24 ◦ green 69 ◦ blue 48

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

Shades of Zuccini #184530

Tints of Zuccini #184530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.04%

R = 17.02%
G = 48.94%
B = 34.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#184530 (or 0x184530) is known color: Zuccini. HEX triplet: 18, 45 and 30. RGB value is (24,69,48). Sum of RGB (Red+Green+Blue) = 24+69+48=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #184530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184530 is #E7BACF. Grayscale: #353535. Windows color (decimal): -15186640 or 3163416. OLE color: 3163416.

HSL color Cylindrical-coordinate representation of color #184530: hue angle of 152º 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 #184530 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 69 48 -
CMYK 0.65 0 0.30 0.73
HSL 152º 0.48% 0.18% -
HSV(B) 152º 0.65% 0.27% -
XYZ 3.04 4.66 3.54 -
YUV 53.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 24 69 48 0.65 0 0.30 0.73 152 0.48 0.18
Hex 18 45 30 41 0 1E 49 98 30 12
Octal 30 105 60 101 0 36 111 230 60 22
Binary 11000 1000101 110000 1000001 0 11110 1001001 10011000 110000 10010

Color Harmonies of #184530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184530

Black with #184530

Text Example


Text Example

White with #184530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184530; }

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

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

background-color css

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

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

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

border-color css

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

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

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