Html Css Color HEX #349954 Chateau Green

📋 copy color: '#349954'

red 52 ◦ green 153 ◦ blue 84

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

Shades of Chateau Green #349954

Tints of Chateau Green #349954

RGB

 RED value IS 52 (20.7% from 255) = 17.99%

 GREEN value IS 153 (60.16% from 255) = 52.94%

 BLUE value IS 84 (33.2% from 255) = 29.07%

R = 17.99%
G = 52.94%
B = 29.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#349954 (or 0x349954) is known color: Chateau Green. HEX triplet: 34, 99 and 54. RGB value is (52,153,84). Sum of RGB (Red+Green+Blue) = 52+153+84=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #349954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349954 is #CB66AB. Grayscale: #737373. Windows color (decimal): -13330092 or 5544244. OLE color: 5544244.

HSL color Cylindrical-coordinate representation of color #349954: hue angle of 139.01º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349954 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 84 -
CMYK 0.66 0 0.45 0.4
HSL 139.01º 0.49% 0.4% -
HSV(B) 139.01º 0.66% 0.6% -
XYZ 14.41 24.15 12.29 -
YUV 114.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 52 153 84 0.66 0 0.45 0.4 139.01 0.49 0.4
Hex 34 99 54 42 0 2D 28 8B 31 28
Octal 64 231 124 102 0 55 50 213 61 50
Binary 110100 10011001 1010100 1000010 0 101101 101000 10001011 110001 101000

Color Harmonies of #349954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349954

Black with #349954

Text Example


Text Example

White with #349954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349954; }

 p { color: rgb(52,153,84); }

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

background-color css

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

 a { background-color: rgb(52,153,84); }

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

border-color css

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

 span { border-color: rgb(52,153,84); }

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