Html Css Color HEX #349643 Chateau Green

📋 copy color: '#349643'

red 52 ◦ green 150 ◦ blue 67

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

Shades of Chateau Green #349643

Tints of Chateau Green #349643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 19.33%
G = 55.76%
B = 24.91%

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

#349643 (or 0x349643) is known color: Chateau Green. HEX triplet: 34, 96 and 43. RGB value is (52,150,67). Sum of RGB (Red+Green+Blue) = 52+150+67=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #349643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349643 is #CB69BC. Grayscale: #6F6F6F. Windows color (decimal): -13330877 or 4429364. OLE color: 4429364.

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

Color convert

RGB 52 150 67 -
CMYK 0.65 0 0.55 0.41
HSL 129.18º 0.49% 0.4% -
HSV(B) 129.18º 0.65% 0.59% -
XYZ 13.34 22.95 9.04 -
YUV 111.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 52 150 67 0.65 0 0.55 0.41 129.18 0.49 0.4
Hex 34 96 43 41 0 37 29 81 31 28
Octal 64 226 103 101 0 67 51 201 61 50
Binary 110100 10010110 1000011 1000001 0 110111 101001 10000001 110001 101000

Color Harmonies of #349643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349643

Black with #349643

Text Example


Text Example

White with #349643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349643; }

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

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

background-color css

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

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

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

border-color css

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

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

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