Html Css Color HEX #349B42 Chateau Green

📋 copy color: '#349B42'

red 52 ◦ green 155 ◦ blue 66

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

Shades of Chateau Green #349B42

Tints of Chateau Green #349B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.78%

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

R = 19.05%
G = 56.78%
B = 24.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#349B42 (or 0x349B42) is known color: Chateau Green. HEX triplet: 34, 9B and 42. RGB value is (52,155,66). Sum of RGB (Red+Green+Blue) = 52+155+66=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #349B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B42 is #CB64BD. Grayscale: #727272. Windows color (decimal): -13329598 or 4365108. OLE color: 4365108.

HSL color Cylindrical-coordinate representation of color #349B42: hue angle of 128.16º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B42 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 66 -
CMYK 0.66 0 0.57 0.39
HSL 128.16º 0.5% 0.41% -
HSV(B) 128.16º 0.66% 0.61% -
XYZ 14.12 24.57 9.15 -
YUV 114.06 100.88 83.74 -
System Red Green Blue C M Y K H S L
Decimal 52 155 66 0.66 0 0.57 0.39 128.16 0.5 0.41
Hex 34 9B 42 42 0 39 27 80 32 29
Octal 64 233 102 102 0 71 47 200 62 51
Binary 110100 10011011 1000010 1000010 0 111001 100111 10000000 110010 101001

Color Harmonies of #349B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B42

Black with #349B42

Text Example


Text Example

White with #349B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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