Html Css Color HEX #184430 Zuccini

📋 copy color: '#184430'

red 24 ◦ green 68 ◦ blue 48

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

Shades of Zuccini #184430

Tints of Zuccini #184430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.57%

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

R = 17.14%
G = 48.57%
B = 34.29%

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

#184430 (or 0x184430) is known color: Zuccini. HEX triplet: 18, 44 and 30. RGB value is (24,68,48). Sum of RGB (Red+Green+Blue) = 24+68+48=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #184430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184430 is #E7BBCF. Grayscale: #343434. Windows color (decimal): -15186896 or 3163160. OLE color: 3163160.

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

Color convert

RGB 24 68 48 -
CMYK 0.65 0 0.29 0.73
HSL 152.73º 0.48% 0.18% -
HSV(B) 152.73º 0.65% 0.27% -
XYZ 2.98 4.54 3.52 -
YUV 52.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 24 68 48 0.65 0 0.29 0.73 152.73 0.48 0.18
Hex 18 44 30 41 0 1D 49 99 30 12
Octal 30 104 60 101 0 35 111 231 60 22
Binary 11000 1000100 110000 1000001 0 11101 1001001 10011001 110000 10010

Color Harmonies of #184430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184430

Black with #184430

Text Example


Text Example

White with #184430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184430; }

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

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

background-color css

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

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

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

border-color css

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

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

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