Html Css Color HEX #35B84C Chateau Green

📋 copy color: '#35B84C'

red 53 ◦ green 184 ◦ blue 76

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

Shades of Chateau Green #35B84C

Tints of Chateau Green #35B84C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.79%

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

R = 16.93%
G = 58.79%
B = 24.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#35B84C (or 0x35B84C) is known color: Chateau Green. HEX triplet: 35, B8 and 4C. RGB value is (53,184,76). Sum of RGB (Red+Green+Blue) = 53+184+76=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #35B84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B84C is #CA47B3. Grayscale: #848484. Windows color (decimal): -13256628 or 5027893. OLE color: 5027893.

HSL color Cylindrical-coordinate representation of color #35B84C: hue angle of 130.53º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B84C is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 53 184 76 -
CMYK 0.71 0 0.59 0.28
HSL 130.53º 0.55% 0.46% -
HSV(B) 130.53º 0.71% 0.72% -
XYZ 19.91 35.56 12.65 -
YUV 132.52 96.1 71.28 -
System Red Green Blue C M Y K H S L
Decimal 53 184 76 0.71 0 0.59 0.28 130.53 0.55 0.46
Hex 35 B8 4C 47 0 3B 1C 83 37 2E
Octal 65 270 114 107 0 73 34 203 67 56
Binary 110101 10111000 1001100 1000111 0 111011 11100 10000011 110111 101110

Color Harmonies of #35B84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B84C

Black with #35B84C

Text Example


Text Example

White with #35B84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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