Html Css Color HEX #349044 Chateau Green

📋 copy color: '#349044'

red 52 ◦ green 144 ◦ blue 68

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

Shades of Chateau Green #349044

Tints of Chateau Green #349044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.55%

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

R = 19.7%
G = 54.55%
B = 25.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#349044 (or 0x349044) is known color: Chateau Green. HEX triplet: 34, 90 and 44. RGB value is (52,144,68). Sum of RGB (Red+Green+Blue) = 52+144+68=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #349044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349044 is #CB6FBB. Grayscale: #6C6C6C. Windows color (decimal): -13332412 or 4493364. OLE color: 4493364.

HSL color Cylindrical-coordinate representation of color #349044: hue angle of 130.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349044 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 68 -
CMYK 0.64 0 0.53 0.44
HSL 130.43º 0.47% 0.38% -
HSV(B) 130.43º 0.64% 0.56% -
XYZ 12.43 21.09 8.89 -
YUV 107.83 105.52 88.18 -
System Red Green Blue C M Y K H S L
Decimal 52 144 68 0.64 0 0.53 0.44 130.43 0.47 0.38
Hex 34 90 44 40 0 35 2C 82 2F 26
Octal 64 220 104 100 0 65 54 202 57 46
Binary 110100 10010000 1000100 1000000 0 110101 101100 10000010 101111 100110

Color Harmonies of #349044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349044

Black with #349044

Text Example


Text Example

White with #349044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349044; }

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

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

background-color css

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

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

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

border-color css

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

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

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