Html Css Color HEX #349841 Chateau Green

📋 copy color: '#349841'

red 52 ◦ green 152 ◦ blue 65

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

Shades of Chateau Green #349841

Tints of Chateau Green #349841

RGB

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

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

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

R = 19.33%
G = 56.51%
B = 24.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#349841 (or 0x349841) is known color: Chateau Green. HEX triplet: 34, 98 and 41. RGB value is (52,152,65). Sum of RGB (Red+Green+Blue) = 52+152+65=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #349841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349841 is #CB67BE. Grayscale: #707070. Windows color (decimal): -13330367 or 4298804. OLE color: 4298804.

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

Color convert

RGB 52 152 65 -
CMYK 0.66 0 0.57 0.40
HSL 127.8º 0.49% 0.4% -
HSV(B) 127.8º 0.66% 0.6% -
XYZ 13.6 23.57 8.83 -
YUV 112.18 101.37 85.07 -
System Red Green Blue C M Y K H S L
Decimal 52 152 65 0.66 0 0.57 0.40 127.8 0.49 0.4
Hex 34 98 41 42 0 39 28 80 31 28
Octal 64 230 101 102 0 71 50 200 61 50
Binary 110100 10011000 1000001 1000010 0 111001 101000 10000000 110001 101000

Color Harmonies of #349841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349841

Black with #349841

Text Example


Text Example

White with #349841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349841; }

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

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

background-color css

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

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

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

border-color css

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

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

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