Html Css Color HEX #349E57 Chateau Green

📋 copy color: '#349E57'

red 52 ◦ green 158 ◦ blue 87

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

Shades of Chateau Green #349E57

Tints of Chateau Green #349E57

RGB

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

 GREEN value IS 158 (62.11% from 255) = 53.2%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 17.51%
G = 53.2%
B = 29.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#349E57 (or 0x349E57) is known color: Chateau Green. HEX triplet: 34, 9E and 57. RGB value is (52,158,87). Sum of RGB (Red+Green+Blue) = 52+158+87=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #349E57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E57 is #CB61A8. Grayscale: #767676. Windows color (decimal): -13328809 or 5742132. OLE color: 5742132.

HSL color Cylindrical-coordinate representation of color #349E57: hue angle of 139.81º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E57 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 158 87 -
CMYK 0.67 0 0.45 0.38
HSL 139.81º 0.5% 0.41% -
HSV(B) 139.81º 0.67% 0.62% -
XYZ 15.36 25.87 13.2 -
YUV 118.21 110.38 80.77 -
System Red Green Blue C M Y K H S L
Decimal 52 158 87 0.67 0 0.45 0.38 139.81 0.5 0.41
Hex 34 9E 57 43 0 2D 26 8C 32 29
Octal 64 236 127 103 0 55 46 214 62 51
Binary 110100 10011110 1010111 1000011 0 101101 100110 10001100 110010 101001

Color Harmonies of #349E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349E57

Black with #349E57

Text Example


Text Example

White with #349E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,158,87); }

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

background-color css

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

 a { background-color: rgb(52,158,87); }

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

border-color css

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

 span { border-color: rgb(52,158,87); }

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