Html Css Color HEX #3BB685 Jungle Green

📋 copy color: '#3BB685'

red 59 ◦ green 182 ◦ blue 133

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

Shades of Jungle Green #3BB685

Tints of Jungle Green #3BB685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 15.78%
G = 48.66%
B = 35.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#3BB685 (or 0x3BB685) is known color: Jungle Green. HEX triplet: 3B, B6 and 85. RGB value is (59,182,133). Sum of RGB (Red+Green+Blue) = 59+182+133=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #3BB685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB685 is #C4497A. Grayscale: #8B8B8B. Windows color (decimal): -12863867 or 8762939. OLE color: 8762939.

HSL color Cylindrical-coordinate representation of color #3BB685: hue angle of 156.1º 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 #3BB685 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 182 133 -
CMYK 0.68 0 0.27 0.29
HSL 156.1º 0.51% 0.47% -
HSV(B) 156.1º 0.68% 0.71% -
XYZ 22.77 36.08 27.95 -
YUV 139.64 124.25 70.48 -
System Red Green Blue C M Y K H S L
Decimal 59 182 133 0.68 0 0.27 0.29 156.1 0.51 0.47
Hex 3B B6 85 44 0 1B 1D 9C 33 2F
Octal 73 266 205 104 0 33 35 234 63 57
Binary 111011 10110110 10000101 1000100 0 11011 11101 10011100 110011 101111

Color Harmonies of #3BB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB685

Black with #3BB685

Text Example


Text Example

White with #3BB685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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