Html Css Color HEX #38B686 Jungle Green

📋 copy color: '#38B686'

red 56 ◦ green 182 ◦ blue 134

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

Shades of Jungle Green #38B686

Tints of Jungle Green #38B686

RGB

 RED value IS 56 (22.27% from 255) = 15.05%

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

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 15.05%
G = 48.92%
B = 36.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#38B686 (or 0x38B686) is known color: Jungle Green. HEX triplet: 38, B6 and 86. RGB value is (56,182,134). Sum of RGB (Red+Green+Blue) = 56+182+134=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #38B686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B686 is #C74979. Grayscale: #8A8A8A. Windows color (decimal): -13060474 or 8828472. OLE color: 8828472.

HSL color Cylindrical-coordinate representation of color #38B686: hue angle of 157.14º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B686 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 182 134 -
CMYK 0.69 0 0.26 0.29
HSL 157.14º 0.53% 0.47% -
HSV(B) 157.14º 0.69% 0.71% -
XYZ 22.66 36.02 28.31 -
YUV 138.85 125.26 68.9 -
System Red Green Blue C M Y K H S L
Decimal 56 182 134 0.69 0 0.26 0.29 157.14 0.53 0.47
Hex 38 B6 86 45 0 1A 1D 9D 35 2F
Octal 70 266 206 105 0 32 35 235 65 57
Binary 111000 10110110 10000110 1000101 0 11010 11101 10011101 110101 101111

Color Harmonies of #38B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B686

Black with #38B686

Text Example


Text Example

White with #38B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38B686; }

 p { color: rgb(56,182,134); }

 H1.HeaderClassName
 {
   color: #38B686;
 }
 .AnyTagClassName
 {
   color: #38B686;
 }
</style>

background-color css

<style>
 a { background-color: #38B686; }

 a { background-color: rgb(56,182,134); }

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

border-color css

<style>
 span { border-color: #38B686; }

 span { border-color: rgb(56,182,134); }

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