Html Css Color HEX #32984A Chateau Green

📋 copy color: '#32984A'

red 50 ◦ green 152 ◦ blue 74

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

Shades of Chateau Green #32984A

Tints of Chateau Green #32984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.07%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 18.12%
G = 55.07%
B = 26.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#32984A (or 0x32984A) is known color: Chateau Green. HEX triplet: 32, 98 and 4A. RGB value is (50,152,74). Sum of RGB (Red+Green+Blue) = 50+152+74=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #32984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32984A is #CD67B5. Grayscale: #707070. Windows color (decimal): -13461430 or 4888626. OLE color: 4888626.

HSL color Cylindrical-coordinate representation of color #32984A: hue angle of 134.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32984A is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 74 -
CMYK 0.67 0 0.51 0.40
HSL 134.12º 0.5% 0.4% -
HSV(B) 134.12º 0.67% 0.6% -
XYZ 13.78 23.63 10.31 -
YUV 112.61 106.21 83.34 -
System Red Green Blue C M Y K H S L
Decimal 50 152 74 0.67 0 0.51 0.40 134.12 0.5 0.4
Hex 32 98 4A 43 0 33 28 86 32 28
Octal 62 230 112 103 0 63 50 206 62 50
Binary 110010 10011000 1001010 1000011 0 110011 101000 10000110 110010 101000

Color Harmonies of #32984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32984A

Black with #32984A

Text Example


Text Example

White with #32984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32984A; }

 p { color: rgb(50,152,74); }

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

background-color css

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

 a { background-color: rgb(50,152,74); }

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

border-color css

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

 span { border-color: rgb(50,152,74); }

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