Html Css Color HEX #35A74C Chateau Green

📋 copy color: '#35A74C'

red 53 ◦ green 167 ◦ blue 76

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

Shades of Chateau Green #35A74C

Tints of Chateau Green #35A74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.42%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 17.91%
G = 56.42%
B = 25.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#35A74C (or 0x35A74C) is known color: Chateau Green. HEX triplet: 35, A7 and 4C. RGB value is (53,167,76). Sum of RGB (Red+Green+Blue) = 53+167+76=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #35A74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A74C is #CA58B3. Grayscale: #7A7A7A. Windows color (decimal): -13260980 or 5023541. OLE color: 5023541.

HSL color Cylindrical-coordinate representation of color #35A74C: hue angle of 132.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A74C is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 167 76 -
CMYK 0.68 0 0.54 0.35
HSL 132.11º 0.52% 0.43% -
HSV(B) 132.11º 0.68% 0.65% -
XYZ 16.59 28.92 11.54 -
YUV 122.54 101.73 78.4 -
System Red Green Blue C M Y K H S L
Decimal 53 167 76 0.68 0 0.54 0.35 132.11 0.52 0.43
Hex 35 A7 4C 44 0 36 23 84 34 2B
Octal 65 247 114 104 0 66 43 204 64 53
Binary 110101 10100111 1001100 1000100 0 110110 100011 10000100 110100 101011

Color Harmonies of #35A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A74C

Black with #35A74C

Text Example


Text Example

White with #35A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A74C; }

 p { color: rgb(53,167,76); }

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

background-color css

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

 a { background-color: rgb(53,167,76); }

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

border-color css

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

 span { border-color: rgb(53,167,76); }

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