Html Css Color HEX #35B55A Chateau Green

📋 copy color: '#35B55A'

red 53 ◦ green 181 ◦ blue 90

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

Shades of Chateau Green #35B55A

Tints of Chateau Green #35B55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.86%

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 16.36%
G = 55.86%
B = 27.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#35B55A (or 0x35B55A) is known color: Chateau Green. HEX triplet: 35, B5 and 5A. RGB value is (53,181,90). Sum of RGB (Red+Green+Blue) = 53+181+90=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #35B55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B55A is #CA4AA5. Grayscale: #848484. Windows color (decimal): -13257382 or 5944629. OLE color: 5944629.

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

Color convert

RGB 53 181 90 -
CMYK 0.71 0 0.50 0.29
HSL 137.34º 0.55% 0.46% -
HSV(B) 137.34º 0.71% 0.71% -
XYZ 19.84 34.54 15.29 -
YUV 132.35 104.09 71.4 -
System Red Green Blue C M Y K H S L
Decimal 53 181 90 0.71 0 0.50 0.29 137.34 0.55 0.46
Hex 35 B5 5A 47 0 32 1D 89 37 2E
Octal 65 265 132 107 0 62 35 211 67 56
Binary 110101 10110101 1011010 1000111 0 110010 11101 10001001 110111 101110

Color Harmonies of #35B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B55A

Black with #35B55A

Text Example


Text Example

White with #35B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,181,90); }

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

background-color css

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

 a { background-color: rgb(53,181,90); }

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

border-color css

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

 span { border-color: rgb(53,181,90); }

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