Html Css Color HEX #349C4E Chateau Green

📋 copy color: '#349C4E'

red 52 ◦ green 156 ◦ blue 78

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

Shades of Chateau Green #349C4E

Tints of Chateau Green #349C4E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.55%

 BLUE value IS 78 (30.86% from 255) = 27.27%

R = 18.18%
G = 54.55%
B = 27.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#349C4E (or 0x349C4E) is known color: Chateau Green. HEX triplet: 34, 9C and 4E. RGB value is (52,156,78). Sum of RGB (Red+Green+Blue) = 52+156+78=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #349C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C4E is #CB63B1. Grayscale: #747474. Windows color (decimal): -13329330 or 5151796. OLE color: 5151796.

HSL color Cylindrical-coordinate representation of color #349C4E: hue angle of 135º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C4E is Cyan = 0.67, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 78 -
CMYK 0.67 0 0.5 0.39
HSL 135º 0.5% 0.41% -
HSV(B) 135º 0.67% 0.61% -
XYZ 14.68 25.06 11.27 -
YUV 116.01 106.54 82.34 -
System Red Green Blue C M Y K H S L
Decimal 52 156 78 0.67 0 0.5 0.39 135 0.5 0.41
Hex 34 9C 4E 43 0 32 27 87 32 29
Octal 64 234 116 103 0 62 47 207 62 51
Binary 110100 10011100 1001110 1000011 0 110010 100111 10000111 110010 101001

Color Harmonies of #349C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C4E

Black with #349C4E

Text Example


Text Example

White with #349C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349C4E; }

 p { color: rgb(52,156,78); }

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

background-color css

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

 a { background-color: rgb(52,156,78); }

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

border-color css

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

 span { border-color: rgb(52,156,78); }

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