Html Css Color HEX #349B44 Chateau Green

📋 copy color: '#349B44'

red 52 ◦ green 155 ◦ blue 68

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

Shades of Chateau Green #349B44

Tints of Chateau Green #349B44

RGB

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

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

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

R = 18.91%
G = 56.36%
B = 24.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#349B44 (or 0x349B44) is known color: Chateau Green. HEX triplet: 34, 9B and 44. RGB value is (52,155,68). Sum of RGB (Red+Green+Blue) = 52+155+68=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #349B44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B44 is #CB64BB. Grayscale: #727272. Windows color (decimal): -13329596 or 4496180. OLE color: 4496180.

HSL color Cylindrical-coordinate representation of color #349B44: hue angle of 129.32º 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 #349B44 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 68 -
CMYK 0.66 0 0.56 0.39
HSL 129.32º 0.5% 0.41% -
HSV(B) 129.32º 0.66% 0.61% -
XYZ 14.18 24.59 9.47 -
YUV 114.29 101.88 83.57 -
System Red Green Blue C M Y K H S L
Decimal 52 155 68 0.66 0 0.56 0.39 129.32 0.5 0.41
Hex 34 9B 44 42 0 38 27 81 32 29
Octal 64 233 104 102 0 70 47 201 62 51
Binary 110100 10011011 1000100 1000010 0 111000 100111 10000001 110010 101001

Color Harmonies of #349B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B44

Black with #349B44

Text Example


Text Example

White with #349B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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