#34AB83

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

Shades of Jungle Green #34AB83

Tints of Jungle Green #34AB83

Color information

#34AB83 (or 0x34AB83) is unknown color: approx Jungle Green. HEX triplet: 34, AB and 83. RGB value is (52,171,131). Sum of RGB (Red+Green+Blue) = 52+171+131=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AB83 is #CB547C. Grayscale: #828282. Windows color (decimal): -13325437 or 8629044. OLE color: 8629044.

HSL color Cylindrical-coordinate representation of color #34AB83: hue angle of 159.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB83 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB52171131-
CMYK0.7000.230.33
HSL159.83º53.36%43.73%-
HSV(B)159.83º69.59%67.06%-
XYZ20.0831.4926.49-
YUV130.86128.0871.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 171 (67.19% from 255) = 48.31%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=14.69%
G=48.31%
B=37.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521711310.7000.230.33159.8353.3643.73
Hex34AB834601721a0352c
Octal64253203106027412406554
Binary1101001010101110000011100011001011110000110100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,171,131); }

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

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

 a { background-color: rgb(52,171,131); }

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

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

 span { border-color: rgb(52,171,131); }

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