Html Css Color HEX #35984A Chateau Green

📋 copy color: '#35984A'

red 53 ◦ green 152 ◦ blue 74

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

Shades of Chateau Green #35984A

Tints of Chateau Green #35984A

RGB

 RED value IS 53 (21.09% from 255) = 19%

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

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

R = 19%
G = 54.48%
B = 26.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#35984A (or 0x35984A) is known color: Chateau Green. HEX triplet: 35, 98 and 4A. RGB value is (53,152,74). Sum of RGB (Red+Green+Blue) = 53+152+74=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #35984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35984A is #CA67B5. Grayscale: #717171. Windows color (decimal): -13264822 or 4888629. OLE color: 4888629.

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

Color convert

RGB 53 152 74 -
CMYK 0.65 0 0.51 0.40
HSL 132.73º 0.48% 0.4% -
HSV(B) 132.73º 0.65% 0.6% -
XYZ 13.93 23.71 10.32 -
YUV 113.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 53 152 74 0.65 0 0.51 0.40 132.73 0.48 0.4
Hex 35 98 4A 41 0 33 28 85 30 28
Octal 65 230 112 101 0 63 50 205 60 50
Binary 110101 10011000 1001010 1000001 0 110011 101000 10000101 110000 101000

Color Harmonies of #35984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35984A

Black with #35984A

Text Example


Text Example

White with #35984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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