Html Css Color HEX #349644 Chateau Green

📋 copy color: '#349644'

red 52 ◦ green 150 ◦ blue 68

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

Shades of Chateau Green #349644

Tints of Chateau Green #349644

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.56%

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

R = 19.26%
G = 55.56%
B = 25.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#349644 (or 0x349644) is known color: Chateau Green. HEX triplet: 34, 96 and 44. RGB value is (52,150,68). Sum of RGB (Red+Green+Blue) = 52+150+68=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #349644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349644 is #CB69BB. Grayscale: #6F6F6F. Windows color (decimal): -13330876 or 4494900. OLE color: 4494900.

HSL color Cylindrical-coordinate representation of color #349644: hue angle of 129.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349644 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 68 -
CMYK 0.65 0 0.55 0.41
HSL 129.8º 0.49% 0.4% -
HSV(B) 129.8º 0.65% 0.59% -
XYZ 13.37 22.96 9.2 -
YUV 111.35 103.53 85.67 -
System Red Green Blue C M Y K H S L
Decimal 52 150 68 0.65 0 0.55 0.41 129.8 0.49 0.4
Hex 34 96 44 41 0 37 29 82 31 28
Octal 64 226 104 101 0 67 51 202 61 50
Binary 110100 10010110 1000100 1000001 0 110111 101001 10000010 110001 101000

Color Harmonies of #349644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349644

Black with #349644

Text Example


Text Example

White with #349644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349644; }

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

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

background-color css

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

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

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

border-color css

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

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

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