Html Css Color HEX #35924A Chateau Green

📋 copy color: '#35924A'

red 53 ◦ green 146 ◦ blue 74

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

Shades of Chateau Green #35924A

Tints of Chateau Green #35924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.48%

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

R = 19.41%
G = 53.48%
B = 27.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#35924A (or 0x35924A) is known color: Chateau Green. HEX triplet: 35, 92 and 4A. RGB value is (53,146,74). Sum of RGB (Red+Green+Blue) = 53+146+74=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #35924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35924A is #CA6DB5. Grayscale: #6E6E6E. Windows color (decimal): -13266358 or 4887093. OLE color: 4887093.

HSL color Cylindrical-coordinate representation of color #35924A: hue angle of 133.55º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35924A is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 146 74 -
CMYK 0.64 0 0.49 0.43
HSL 133.55º 0.47% 0.39% -
HSV(B) 133.55º 0.64% 0.57% -
XYZ 12.98 21.81 10 -
YUV 109.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 53 146 74 0.64 0 0.49 0.43 133.55 0.47 0.39
Hex 35 92 4A 40 0 31 2B 86 2F 27
Octal 65 222 112 100 0 61 53 206 57 47
Binary 110101 10010010 1001010 1000000 0 110001 101011 10000110 101111 100111

Color Harmonies of #35924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35924A

Black with #35924A

Text Example


Text Example

White with #35924A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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