Html Css Color HEX #3DBA88 Jungle Green

📋 copy color: '#3DBA88'

red 61 ◦ green 186 ◦ blue 136

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

Shades of Jungle Green #3DBA88

Tints of Jungle Green #3DBA88

RGB

 RED value IS 61 (24.22% from 255) = 15.93%

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 15.93%
G = 48.56%
B = 35.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#3DBA88 (or 0x3DBA88) is known color: Jungle Green. HEX triplet: 3D, BA and 88. RGB value is (61,186,136). Sum of RGB (Red+Green+Blue) = 61+186+136=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBA88 is #C24577. Grayscale: #8F8F8F. Windows color (decimal): -12731768 or 8960573. OLE color: 8960573.

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

Color convert

RGB 61 186 136 -
CMYK 0.67 0 0.27 0.27
HSL 156º 0.51% 0.48% -
HSV(B) 156º 0.67% 0.73% -
XYZ 23.93 37.89 29.34 -
YUV 142.93 124.09 69.57 -
System Red Green Blue C M Y K H S L
Decimal 61 186 136 0.67 0 0.27 0.27 156 0.51 0.48
Hex 3D BA 88 43 0 1B 1B 9C 33 30
Octal 75 272 210 103 0 33 33 234 63 60
Binary 111101 10111010 10001000 1000011 0 11011 11011 10011100 110011 110000

Color Harmonies of #3DBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA88

Black with #3DBA88

Text Example


Text Example

White with #3DBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,186,136); }

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

background-color css

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

 a { background-color: rgb(61,186,136); }

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

border-color css

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

 span { border-color: rgb(61,186,136); }

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