#34A97B

Color #34A97B Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #34A97B

Tints of Jungle Green #34A97B

Color information

#34A97B (or 0x34A97B) is unknown color: approx Jungle Green. HEX triplet: 34, A9 and 7B. RGB value is (52,169,123). Sum of RGB (Red+Green+Blue) = 52+169+123=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #34A97B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A97B is #CB5684. Grayscale: #808080. Windows color (decimal): -13325957 or 8104244. OLE color: 8104244.

HSL color Cylindrical-coordinate representation of color #34A97B: hue angle of 156.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A97B is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB52169123-
CMYK0.6900.270.34
HSL156.41º52.94%43.33%-
HSV(B)156.41º69.23%66.27%-
XYZ19.1830.5423.62-
YUV128.77124.7473.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 169 (66.41% from 255) = 49.13%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=15.12%
G=49.13%
B=35.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521691230.6900.270.34156.4152.9443.33
Hex34A97B4501B229c352b
Octal64251173105033422346553
Binary110100101010011111011100010101101110001010011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A97B; }

 p { color: rgb(52,169,123); }

 H1.HeaderClassName
 {
   color: #34A97B;
 }
 .AnyTagClassName
 {
   color: #34A97B;
 }
</style>
background-color css

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

 a { background-color: rgb(52,169,123); }

 div.DivClassName
 {
   background-color: #34A97B;
 }
 .BgClassName
 {
   background-color: #34A97B;
 }
</style>
border-color css

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

 span { border-color: rgb(52,169,123); }

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