Html Css Color HEX #349042 Chateau Green

📋 copy color: '#349042'

red 52 ◦ green 144 ◦ blue 66

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

Shades of Chateau Green #349042

Tints of Chateau Green #349042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 19.85%
G = 54.96%
B = 25.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#349042 (or 0x349042) is known color: Chateau Green. HEX triplet: 34, 90 and 42. RGB value is (52,144,66). Sum of RGB (Red+Green+Blue) = 52+144+66=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #349042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349042 is #CB6FBD. Grayscale: #6B6B6B. Windows color (decimal): -13332414 or 4362292. OLE color: 4362292.

HSL color Cylindrical-coordinate representation of color #349042: hue angle of 129.13º 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 #349042 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 66 -
CMYK 0.64 0 0.54 0.44
HSL 129.13º 0.47% 0.38% -
HSV(B) 129.13º 0.64% 0.56% -
XYZ 12.37 21.07 8.57 -
YUV 107.6 104.52 88.34 -
System Red Green Blue C M Y K H S L
Decimal 52 144 66 0.64 0 0.54 0.44 129.13 0.47 0.38
Hex 34 90 42 40 0 36 2C 81 2F 26
Octal 64 220 102 100 0 66 54 201 57 46
Binary 110100 10010000 1000010 1000000 0 110110 101100 10000001 101111 100110

Color Harmonies of #349042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349042

Black with #349042

Text Example


Text Example

White with #349042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349042; }

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

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

background-color css

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

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

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

border-color css

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

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

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