Html Css Color HEX #359551 Chateau Green

📋 copy color: '#359551'

red 53 ◦ green 149 ◦ blue 81

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

Shades of Chateau Green #359551

Tints of Chateau Green #359551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.65%

 BLUE value IS 81 (32.03% from 255) = 28.62%

R = 18.73%
G = 52.65%
B = 28.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#359551 (or 0x359551) is known color: Chateau Green. HEX triplet: 35, 95 and 51. RGB value is (53,149,81). Sum of RGB (Red+Green+Blue) = 53+149+81=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #359551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359551 is #CA6AAE. Grayscale: #707070. Windows color (decimal): -13265583 or 5346613. OLE color: 5346613.

HSL color Cylindrical-coordinate representation of color #359551: hue angle of 137.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359551 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 81 -
CMYK 0.64 0 0.46 0.42
HSL 137.5º 0.48% 0.4% -
HSV(B) 137.5º 0.64% 0.58% -
XYZ 13.7 22.85 11.47 -
YUV 112.54 110.2 85.53 -
System Red Green Blue C M Y K H S L
Decimal 53 149 81 0.64 0 0.46 0.42 137.5 0.48 0.4
Hex 35 95 51 40 0 2E 2A 8A 30 28
Octal 65 225 121 100 0 56 52 212 60 50
Binary 110101 10010101 1010001 1000000 0 101110 101010 10001010 110000 101000

Color Harmonies of #359551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359551

Black with #359551

Text Example


Text Example

White with #359551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359551; }

 p { color: rgb(53,149,81); }

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

background-color css

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

 a { background-color: rgb(53,149,81); }

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

border-color css

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

 span { border-color: rgb(53,149,81); }

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