Html Css Color HEX #349845 Chateau Green

📋 copy color: '#349845'

red 52 ◦ green 152 ◦ blue 69

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

Shades of Chateau Green #349845

Tints of Chateau Green #349845

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.68%

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 19.05%
G = 55.68%
B = 25.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#349845 (or 0x349845) is known color: Chateau Green. HEX triplet: 34, 98 and 45. RGB value is (52,152,69). Sum of RGB (Red+Green+Blue) = 52+152+69=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #349845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349845 is #CB67BA. Grayscale: #707070. Windows color (decimal): -13330363 or 4560948. OLE color: 4560948.

HSL color Cylindrical-coordinate representation of color #349845: hue angle of 130.2º 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 #349845 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 69 -
CMYK 0.66 0 0.55 0.40
HSL 130.2º 0.49% 0.4% -
HSV(B) 130.2º 0.66% 0.6% -
XYZ 13.72 23.62 9.47 -
YUV 112.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 52 152 69 0.66 0 0.55 0.40 130.2 0.49 0.4
Hex 34 98 45 42 0 37 28 82 31 28
Octal 64 230 105 102 0 67 50 202 61 50
Binary 110100 10011000 1000101 1000010 0 110111 101000 10000010 110001 101000

Color Harmonies of #349845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349845

Black with #349845

Text Example


Text Example

White with #349845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349845; }

 p { color: rgb(52,152,69); }

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

background-color css

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

 a { background-color: rgb(52,152,69); }

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

border-color css

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

 span { border-color: rgb(52,152,69); }

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