Html Css Color HEX #359450 Chateau Green

📋 copy color: '#359450'

red 53 ◦ green 148 ◦ blue 80

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

Shades of Chateau Green #359450

Tints of Chateau Green #359450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 18.86%
G = 52.67%
B = 28.47%

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

#359450 (or 0x359450) is known color: Chateau Green. HEX triplet: 35, 94 and 50. RGB value is (53,148,80). Sum of RGB (Red+Green+Blue) = 53+148+80=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #359450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359450 is #CA6BAF. Grayscale: #707070. Windows color (decimal): -13265840 or 5280821. OLE color: 5280821.

HSL color Cylindrical-coordinate representation of color #359450: hue angle of 137.05º 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 #359450 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 80 -
CMYK 0.64 0 0.46 0.42
HSL 137.05º 0.47% 0.39% -
HSV(B) 137.05º 0.64% 0.58% -
XYZ 13.51 22.52 11.22 -
YUV 111.84 110.03 86.03 -
System Red Green Blue C M Y K H S L
Decimal 53 148 80 0.64 0 0.46 0.42 137.05 0.47 0.39
Hex 35 94 50 40 0 2E 2A 89 2F 27
Octal 65 224 120 100 0 56 52 211 57 47
Binary 110101 10010100 1010000 1000000 0 101110 101010 10001001 101111 100111

Color Harmonies of #359450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359450

Black with #359450

Text Example


Text Example

White with #359450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359450; }

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

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

background-color css

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

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

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

border-color css

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

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

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