Html Css Color HEX #349A44 Chateau Green

📋 copy color: '#349A44'

red 52 ◦ green 154 ◦ blue 68

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

Shades of Chateau Green #349A44

Tints of Chateau Green #349A44

RGB

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

 GREEN value IS 154 (60.55% from 255) = 56.2%

 BLUE value IS 68 (26.95% from 255) = 24.82%

R = 18.98%
G = 56.2%
B = 24.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#349A44 (or 0x349A44) is known color: Chateau Green. HEX triplet: 34, 9A and 44. RGB value is (52,154,68). Sum of RGB (Red+Green+Blue) = 52+154+68=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #349A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349A44 is #CB65BB. Grayscale: #717171. Windows color (decimal): -13329852 or 4495924. OLE color: 4495924.

HSL color Cylindrical-coordinate representation of color #349A44: hue angle of 129.41º degrees, saturation: 0.5, 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 #349A44 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 154 68 -
CMYK 0.66 0 0.56 0.40
HSL 129.41º 0.5% 0.4% -
HSV(B) 129.41º 0.66% 0.6% -
XYZ 14.02 24.26 9.41 -
YUV 113.7 102.21 83.99 -
System Red Green Blue C M Y K H S L
Decimal 52 154 68 0.66 0 0.56 0.40 129.41 0.5 0.4
Hex 34 9A 44 42 0 38 28 81 32 28
Octal 64 232 104 102 0 70 50 201 62 50
Binary 110100 10011010 1000100 1000010 0 111000 101000 10000001 110010 101000

Color Harmonies of #349A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349A44

Black with #349A44

Text Example


Text Example

White with #349A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,154,68); }

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

background-color css

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

 a { background-color: rgb(52,154,68); }

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

border-color css

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

 span { border-color: rgb(52,154,68); }

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