Html Css Color HEX #3CB88D Jungle Green

📋 copy color: '#3CB88D'

red 60 ◦ green 184 ◦ blue 141

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

Shades of Jungle Green #3CB88D

Tints of Jungle Green #3CB88D

RGB

 RED value IS 60 (23.83% from 255) = 15.58%

 GREEN value IS 184 (72.27% from 255) = 47.79%

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

R = 15.58%
G = 47.79%
B = 36.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#3CB88D (or 0x3CB88D) is known color: Jungle Green. HEX triplet: 3C, B8 and 8D. RGB value is (60,184,141). Sum of RGB (Red+Green+Blue) = 60+184+141=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB88D is #C34772. Grayscale: #8E8E8E. Windows color (decimal): -12797811 or 9287740. OLE color: 9287740.

HSL color Cylindrical-coordinate representation of color #3CB88D: hue angle of 159.19º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB88D is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 60 184 141 -
CMYK 0.67 0 0.23 0.28
HSL 159.19º 0.51% 0.48% -
HSV(B) 159.19º 0.67% 0.72% -
XYZ 23.81 37.16 31.12 -
YUV 142.02 127.42 69.5 -
System Red Green Blue C M Y K H S L
Decimal 60 184 141 0.67 0 0.23 0.28 159.19 0.51 0.48
Hex 3C B8 8D 43 0 17 1C 9F 33 30
Octal 74 270 215 103 0 27 34 237 63 60
Binary 111100 10111000 10001101 1000011 0 10111 11100 10011111 110011 110000

Color Harmonies of #3CB88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB88D

Black with #3CB88D

Text Example


Text Example

White with #3CB88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,184,141); }

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

background-color css

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

 a { background-color: rgb(60,184,141); }

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

border-color css

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

 span { border-color: rgb(60,184,141); }

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