Html Css Color HEX #349443 Chateau Green

📋 copy color: '#349443'

red 52 ◦ green 148 ◦ blue 67

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

Shades of Chateau Green #349443

Tints of Chateau Green #349443

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.43%

 BLUE value IS 67 (26.56% from 255) = 25.09%

R = 19.48%
G = 55.43%
B = 25.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#349443 (or 0x349443) is known color: Chateau Green. HEX triplet: 34, 94 and 43. RGB value is (52,148,67). Sum of RGB (Red+Green+Blue) = 52+148+67=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #349443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349443 is #CB6BBC. Grayscale: #6E6E6E. Windows color (decimal): -13331389 or 4428852. OLE color: 4428852.

HSL color Cylindrical-coordinate representation of color #349443: hue angle of 129.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349443 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 67 -
CMYK 0.65 0 0.55 0.42
HSL 129.38º 0.48% 0.39% -
HSV(B) 129.38º 0.65% 0.58% -
XYZ 13.02 22.32 8.93 -
YUV 110.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 52 148 67 0.65 0 0.55 0.42 129.38 0.48 0.39
Hex 34 94 43 41 0 37 2A 81 30 27
Octal 64 224 103 101 0 67 52 201 60 47
Binary 110100 10010100 1000011 1000001 0 110111 101010 10000001 110000 100111

Color Harmonies of #349443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349443

Black with #349443

Text Example


Text Example

White with #349443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349443; }

 p { color: rgb(52,148,67); }

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

background-color css

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

 a { background-color: rgb(52,148,67); }

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

border-color css

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

 span { border-color: rgb(52,148,67); }

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