#34B680

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

Shades of Jungle Green #34B680

Tints of Jungle Green #34B680

Color information

#34B680 (or 0x34B680) is unknown color: approx Jungle Green. HEX triplet: 34, B6 and 80. RGB value is (52,182,128). Sum of RGB (Red+Green+Blue) = 52+182+128=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #34B680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B680 is #CB497F. Grayscale: #898989. Windows color (decimal): -13322624 or 8435252. OLE color: 8435252.

HSL color Cylindrical-coordinate representation of color #34B680: hue angle of 155.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B680 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB52182128-
CMYK0.7100.300.29
HSL155.08º55.56%45.88%-
HSV(B)155.08º71.43%71.37%-
XYZ22.0435.7426.16-
YUV136.97122.9367.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=14.36%
G=50.28%
B=35.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521821280.7100.300.29155.0855.5645.88
Hex34B6804701E1D9b382e
Octal64266200107036352337056
Binary110100101101101000000010001110111101110110011011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,128); }

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

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

 a { background-color: rgb(52,182,128); }

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

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

 span { border-color: rgb(52,182,128); }

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