Html Css Color HEX #349648 Chateau Green

📋 copy color: '#349648'

red 52 ◦ green 150 ◦ blue 72

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

Shades of Chateau Green #349648

Tints of Chateau Green #349648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.28%

R = 18.98%
G = 54.74%
B = 26.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#349648 (or 0x349648) is known color: Chateau Green. HEX triplet: 34, 96 and 48. RGB value is (52,150,72). Sum of RGB (Red+Green+Blue) = 52+150+72=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #349648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349648 is #CB69B7. Grayscale: #707070. Windows color (decimal): -13330872 or 4757044. OLE color: 4757044.

HSL color Cylindrical-coordinate representation of color #349648: hue angle of 132.24º 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 #349648 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 72 -
CMYK 0.65 0 0.52 0.41
HSL 132.24º 0.49% 0.4% -
HSV(B) 132.24º 0.65% 0.59% -
XYZ 13.49 23.01 9.86 -
YUV 111.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 52 150 72 0.65 0 0.52 0.41 132.24 0.49 0.4
Hex 34 96 48 41 0 34 29 84 31 28
Octal 64 226 110 101 0 64 51 204 61 50
Binary 110100 10010110 1001000 1000001 0 110100 101001 10000100 110001 101000

Color Harmonies of #349648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349648

Black with #349648

Text Example


Text Example

White with #349648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349648; }

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

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

background-color css

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

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

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

border-color css

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

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

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