Html Css Color HEX #359446 Chateau Green

📋 copy color: '#359446'

red 53 ◦ green 148 ◦ blue 70

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

Shades of Chateau Green #359446

Tints of Chateau Green #359446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.61%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 19.56%
G = 54.61%
B = 25.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#359446 (or 0x359446) is known color: Chateau Green. HEX triplet: 35, 94 and 46. RGB value is (53,148,70). Sum of RGB (Red+Green+Blue) = 53+148+70=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #359446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359446 is #CA6BB9. Grayscale: #6E6E6E. Windows color (decimal): -13265850 or 4625461. OLE color: 4625461.

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

Color convert

RGB 53 148 70 -
CMYK 0.64 0 0.53 0.42
HSL 130.74º 0.47% 0.39% -
HSV(B) 130.74º 0.64% 0.58% -
XYZ 13.16 22.38 9.42 -
YUV 110.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 53 148 70 0.64 0 0.53 0.42 130.74 0.47 0.39
Hex 35 94 46 40 0 35 2A 83 2F 27
Octal 65 224 106 100 0 65 52 203 57 47
Binary 110101 10010100 1000110 1000000 0 110101 101010 10000011 101111 100111

Color Harmonies of #359446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359446

Black with #359446

Text Example


Text Example

White with #359446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359446; }

 p { color: rgb(53,148,70); }

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

background-color css

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

 a { background-color: rgb(53,148,70); }

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

border-color css

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

 span { border-color: rgb(53,148,70); }

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