Html Css Color HEX #35BA4D Chateau Green

📋 copy color: '#35BA4D'

red 53 ◦ green 186 ◦ blue 77

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

Shades of Chateau Green #35BA4D

Tints of Chateau Green #35BA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.86%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 16.77%
G = 58.86%
B = 24.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#35BA4D (or 0x35BA4D) is known color: Chateau Green. HEX triplet: 35, BA and 4D. RGB value is (53,186,77). Sum of RGB (Red+Green+Blue) = 53+186+77=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA4D is #CA45B2. Grayscale: #868686. Windows color (decimal): -13256115 or 5093941. OLE color: 5093941.

HSL color Cylindrical-coordinate representation of color #35BA4D: hue angle of 130.83º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA4D is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 77 -
CMYK 0.72 0 0.59 0.27
HSL 130.83º 0.56% 0.47% -
HSV(B) 130.83º 0.72% 0.73% -
XYZ 20.37 36.41 12.98 -
YUV 133.81 95.94 70.36 -
System Red Green Blue C M Y K H S L
Decimal 53 186 77 0.72 0 0.59 0.27 130.83 0.56 0.47
Hex 35 BA 4D 48 0 3B 1B 83 38 2F
Octal 65 272 115 110 0 73 33 203 70 57
Binary 110101 10111010 1001101 1001000 0 111011 11011 10000011 111000 101111

Color Harmonies of #35BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA4D

Black with #35BA4D

Text Example


Text Example

White with #35BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,186,77); }

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

background-color css

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

 a { background-color: rgb(53,186,77); }

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

border-color css

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

 span { border-color: rgb(53,186,77); }

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