Html Css Color HEX #184229 Zuccini

📋 copy color: '#184229'

red 24 ◦ green 66 ◦ blue 41

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

Shades of Zuccini #184229

Tints of Zuccini #184229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

 BLUE value IS 41 (16.41% from 255) = 31.3%

R = 18.32%
G = 50.38%
B = 31.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#184229 (or 0x184229) is known color: Zuccini. HEX triplet: 18, 42 and 29. RGB value is (24,66,41). Sum of RGB (Red+Green+Blue) = 24+66+41=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #184229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184229 is #E7BDD6. Grayscale: #323232. Windows color (decimal): -15187415 or 2703896. OLE color: 2703896.

HSL color Cylindrical-coordinate representation of color #184229: hue angle of 144.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184229 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 41 -
CMYK 0.64 0 0.38 0.74
HSL 144.29º 0.47% 0.18% -
HSV(B) 144.29º 0.64% 0.26% -
XYZ 2.73 4.25 2.77 -
YUV 50.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 24 66 41 0.64 0 0.38 0.74 144.29 0.47 0.18
Hex 18 42 29 40 0 26 4A 90 2F 12
Octal 30 102 51 100 0 46 112 220 57 22
Binary 11000 1000010 101001 1000000 0 100110 1001010 10010000 101111 10010

Color Harmonies of #184229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184229

Black with #184229

Text Example


Text Example

White with #184229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184229; }

 p { color: rgb(24,66,41); }

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

background-color css

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

 a { background-color: rgb(24,66,41); }

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

border-color css

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

 span { border-color: rgb(24,66,41); }

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