Html Css Color HEX #329448 Chateau Green

📋 copy color: '#329448'

red 50 ◦ green 148 ◦ blue 72

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

Shades of Chateau Green #329448

Tints of Chateau Green #329448

RGB

 RED value IS 50 (19.92% from 255) = 18.52%

 GREEN value IS 148 (58.2% from 255) = 54.81%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 18.52%
G = 54.81%
B = 26.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#329448 (or 0x329448) is known color: Chateau Green. HEX triplet: 32, 94 and 48. RGB value is (50,148,72). Sum of RGB (Red+Green+Blue) = 50+148+72=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #329448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329448 is #CD6BB7. Grayscale: #6E6E6E. Windows color (decimal): -13462456 or 4756530. OLE color: 4756530.

HSL color Cylindrical-coordinate representation of color #329448: hue angle of 133.47º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329448 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 72 -
CMYK 0.66 0 0.51 0.42
HSL 133.47º 0.49% 0.39% -
HSV(B) 133.47º 0.66% 0.58% -
XYZ 13.08 22.33 9.75 -
YUV 110.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 50 148 72 0.66 0 0.51 0.42 133.47 0.49 0.39
Hex 32 94 48 42 0 33 2A 85 31 27
Octal 62 224 110 102 0 63 52 205 61 47
Binary 110010 10010100 1001000 1000010 0 110011 101010 10000101 110001 100111

Color Harmonies of #329448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329448

Black with #329448

Text Example


Text Example

White with #329448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329448; }

 p { color: rgb(50,148,72); }

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

background-color css

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

 a { background-color: rgb(50,148,72); }

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

border-color css

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

 span { border-color: rgb(50,148,72); }

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