Html Css Color HEX #35BA4C Chateau Green

📋 copy color: '#35BA4C'

red 53 ◦ green 186 ◦ blue 76

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

Shades of Chateau Green #35BA4C

Tints of Chateau Green #35BA4C

RGB

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

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

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

R = 16.83%
G = 59.05%
B = 24.13%

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

#35BA4C (or 0x35BA4C) is known color: Chateau Green. HEX triplet: 35, BA and 4C. RGB value is (53,186,76). Sum of RGB (Red+Green+Blue) = 53+186+76=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA4C is #CA45B3. Grayscale: #868686. Windows color (decimal): -13256116 or 5028405. OLE color: 5028405.

HSL color Cylindrical-coordinate representation of color #35BA4C: hue angle of 130.38º 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 #35BA4C is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 76 -
CMYK 0.72 0 0.59 0.27
HSL 130.38º 0.56% 0.47% -
HSV(B) 130.38º 0.72% 0.73% -
XYZ 20.33 36.4 12.79 -
YUV 133.69 95.44 70.44 -
System Red Green Blue C M Y K H S L
Decimal 53 186 76 0.72 0 0.59 0.27 130.38 0.56 0.47
Hex 35 BA 4C 48 0 3B 1B 82 38 2F
Octal 65 272 114 110 0 73 33 202 70 57
Binary 110101 10111010 1001100 1001000 0 111011 11011 10000010 111000 101111

Color Harmonies of #35BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA4C

Black with #35BA4C

Text Example


Text Example

White with #35BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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