Html Css Color HEX #3BB490 Jungle Green

📋 copy color: '#3BB490'

red 59 ◦ green 180 ◦ blue 144

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

Shades of Jungle Green #3BB490

Tints of Jungle Green #3BB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47%

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 15.4%
G = 47%
B = 37.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#3BB490 (or 0x3BB490) is known color: Jungle Green. HEX triplet: 3B, B4 and 90. RGB value is (59,180,144). Sum of RGB (Red+Green+Blue) = 59+180+144=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB490 is #C44B6F. Grayscale: #8B8B8B. Windows color (decimal): -12864368 or 9483323. OLE color: 9483323.

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

Color convert

RGB 59 180 144 -
CMYK 0.67 0 0.2 0.29
HSL 162.15º 0.51% 0.47% -
HSV(B) 162.15º 0.67% 0.71% -
XYZ 23.16 35.59 32.03 -
YUV 139.72 130.41 70.43 -
System Red Green Blue C M Y K H S L
Decimal 59 180 144 0.67 0 0.2 0.29 162.15 0.51 0.47
Hex 3B B4 90 43 0 14 1D A2 33 2F
Octal 73 264 220 103 0 24 35 242 63 57
Binary 111011 10110100 10010000 1000011 0 10100 11101 10100010 110011 101111

Color Harmonies of #3BB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB490

Black with #3BB490

Text Example


Text Example

White with #3BB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,180,144); }

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

background-color css

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

 a { background-color: rgb(59,180,144); }

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

border-color css

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

 span { border-color: rgb(59,180,144); }

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