Html Css Color HEX #3BB68D Jungle Green

📋 copy color: '#3BB68D'

red 59 ◦ green 182 ◦ blue 141

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

Shades of Jungle Green #3BB68D

Tints of Jungle Green #3BB68D

RGB

 RED value IS 59 (23.44% from 255) = 15.45%

 GREEN value IS 182 (71.48% from 255) = 47.64%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 15.45%
G = 47.64%
B = 36.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#3BB68D (or 0x3BB68D) is known color: Jungle Green. HEX triplet: 3B, B6 and 8D. RGB value is (59,182,141). Sum of RGB (Red+Green+Blue) = 59+182+141=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #3BB68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB68D is #C44972. Grayscale: #8C8C8C. Windows color (decimal): -12863859 or 9287227. OLE color: 9287227.

HSL color Cylindrical-coordinate representation of color #3BB68D: hue angle of 160º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB68D is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 182 141 -
CMYK 0.68 0 0.23 0.29
HSL 160º 0.51% 0.47% -
HSV(B) 160º 0.68% 0.71% -
XYZ 23.34 36.31 30.98 -
YUV 140.55 128.25 69.83 -
System Red Green Blue C M Y K H S L
Decimal 59 182 141 0.68 0 0.23 0.29 160 0.51 0.47
Hex 3B B6 8D 44 0 17 1D A0 33 2F
Octal 73 266 215 104 0 27 35 240 63 57
Binary 111011 10110110 10001101 1000100 0 10111 11101 10100000 110011 101111

Color Harmonies of #3BB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB68D

Black with #3BB68D

Text Example


Text Example

White with #3BB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,182,141); }

 H1.HeaderClassName
 {
   color: #3BB68D;
 }
 .AnyTagClassName
 {
   color: #3BB68D;
 }
</style>

background-color css

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

 a { background-color: rgb(59,182,141); }

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

border-color css

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

 span { border-color: rgb(59,182,141); }

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