Html Css Color HEX #349941 Chateau Green

📋 copy color: '#349941'

red 52 ◦ green 153 ◦ blue 65

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

Shades of Chateau Green #349941

Tints of Chateau Green #349941

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.67%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 19.26%
G = 56.67%
B = 24.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#349941 (or 0x349941) is known color: Chateau Green. HEX triplet: 34, 99 and 41. RGB value is (52,153,65). Sum of RGB (Red+Green+Blue) = 52+153+65=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #349941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349941 is #CB66BE. Grayscale: #717171. Windows color (decimal): -13330111 or 4299060. OLE color: 4299060.

HSL color Cylindrical-coordinate representation of color #349941: hue angle of 127.72º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349941 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 65 -
CMYK 0.66 0 0.58 0.4
HSL 127.72º 0.49% 0.4% -
HSV(B) 127.72º 0.66% 0.6% -
XYZ 13.76 23.89 8.89 -
YUV 112.77 101.04 84.66 -
System Red Green Blue C M Y K H S L
Decimal 52 153 65 0.66 0 0.58 0.4 127.72 0.49 0.4
Hex 34 99 41 42 0 3A 28 80 31 28
Octal 64 231 101 102 0 72 50 200 61 50
Binary 110100 10011001 1000001 1000010 0 111010 101000 10000000 110001 101000

Color Harmonies of #349941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349941

Black with #349941

Text Example


Text Example

White with #349941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349941; }

 p { color: rgb(52,153,65); }

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

background-color css

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

 a { background-color: rgb(52,153,65); }

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

border-color css

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

 span { border-color: rgb(52,153,65); }

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