Html Css Color HEX #184628 Zuccini

📋 copy color: '#184628'

red 24 ◦ green 70 ◦ blue 40

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

Shades of Zuccini #184628

Tints of Zuccini #184628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.24%

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

R = 17.91%
G = 52.24%
B = 29.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#184628 (or 0x184628) is known color: Zuccini. HEX triplet: 18, 46 and 28. RGB value is (24,70,40). Sum of RGB (Red+Green+Blue) = 24+70+40=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #184628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184628 is #E7B9D7. Grayscale: #343434. Windows color (decimal): -15186392 or 2639384. OLE color: 2639384.

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

Color convert

RGB 24 70 40 -
CMYK 0.66 0 0.43 0.73
HSL 140.87º 0.49% 0.18% -
HSV(B) 140.87º 0.66% 0.27% -
XYZ 2.95 4.73 2.76 -
YUV 52.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 24 70 40 0.66 0 0.43 0.73 140.87 0.49 0.18
Hex 18 46 28 42 0 2B 49 8D 31 12
Octal 30 106 50 102 0 53 111 215 61 22
Binary 11000 1000110 101000 1000010 0 101011 1001001 10001101 110001 10010

Color Harmonies of #184628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184628

Black with #184628

Text Example


Text Example

White with #184628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184628; }

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

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

background-color css

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

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

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

border-color css

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

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

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