Html Css Color HEX #3FB68A Jungle Green

📋 copy color: '#3FB68A'

red 63 ◦ green 182 ◦ blue 138

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

Shades of Jungle Green #3FB68A

Tints of Jungle Green #3FB68A

RGB

 RED value IS 63 (25% from 255) = 16.45%

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 16.45%
G = 47.52%
B = 36.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#3FB68A (or 0x3FB68A) is known color: Jungle Green. HEX triplet: 3F, B6 and 8A. RGB value is (63,182,138). Sum of RGB (Red+Green+Blue) = 63+182+138=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB68A is #C04975. Grayscale: #8D8D8D. Windows color (decimal): -12601718 or 9090623. OLE color: 9090623.

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

Color convert

RGB 63 182 138 -
CMYK 0.65 0 0.24 0.29
HSL 157.82º 0.49% 0.48% -
HSV(B) 157.82º 0.65% 0.71% -
XYZ 23.37 36.35 29.83 -
YUV 141.4 126.08 72.08 -
System Red Green Blue C M Y K H S L
Decimal 63 182 138 0.65 0 0.24 0.29 157.82 0.49 0.48
Hex 3F B6 8A 41 0 18 1D 9E 31 30
Octal 77 266 212 101 0 30 35 236 61 60
Binary 111111 10110110 10001010 1000001 0 11000 11101 10011110 110001 110000

Color Harmonies of #3FB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB68A

Black with #3FB68A

Text Example


Text Example

White with #3FB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,182,138); }

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

background-color css

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

 a { background-color: rgb(63,182,138); }

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

border-color css

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

 span { border-color: rgb(63,182,138); }

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