#3DB690

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

Shades of Jungle Green #3DB690

Tints of Jungle Green #3DB690

Color information

#3DB690 (or 0x3DB690) is unknown color: approx Jungle Green. HEX triplet: 3D, B6 and 90. RGB value is (61,182,144). Sum of RGB (Red+Green+Blue) = 61+182+144=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB690 is #C2496F. Grayscale: #8D8D8D. Windows color (decimal): -12732784 or 9483837. OLE color: 9483837.

HSL color Cylindrical-coordinate representation of color #3DB690: hue angle of 161.16º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB690 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB61182144-
CMYK0.6600.210.29
HSL161.16º49.79%47.65%-
HSV(B)161.16º66.48%71.37%-
XYZ23.6936.4632.17-
YUV141.49129.4170.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.76%
GREEN value IS 182 (71.48% from 255) = 47.03%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=15.76%
G=47.03%
B=37.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal611821440.6600.210.29161.1649.7947.65
Hex3DB690420151Da13230
Octal75266220102025352416260
Binary111101101101101001000010000100101011110110100001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DB690; }

 p { color: rgb(61,182,144); }

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

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

 a { background-color: rgb(61,182,144); }

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

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

 span { border-color: rgb(61,182,144); }

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