Html Css Color HEX #38B58A Jungle Green

📋 copy color: '#38B58A'

red 56 ◦ green 181 ◦ blue 138

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

Shades of Jungle Green #38B58A

Tints of Jungle Green #38B58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.27%

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

R = 14.93%
G = 48.27%
B = 36.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#38B58A (or 0x38B58A) is known color: Jungle Green. HEX triplet: 38, B5 and 8A. RGB value is (56,181,138). Sum of RGB (Red+Green+Blue) = 56+181+138=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #38B58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B58A is #C74A75. Grayscale: #8A8A8A. Windows color (decimal): -13060726 or 9090360. OLE color: 9090360.

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

Color convert

RGB 56 181 138 -
CMYK 0.69 0 0.24 0.29
HSL 159.36º 0.53% 0.46% -
HSV(B) 159.36º 0.69% 0.71% -
XYZ 22.74 35.72 29.74 -
YUV 138.72 127.59 69 -
System Red Green Blue C M Y K H S L
Decimal 56 181 138 0.69 0 0.24 0.29 159.36 0.53 0.46
Hex 38 B5 8A 45 0 18 1D 9F 35 2E
Octal 70 265 212 105 0 30 35 237 65 56
Binary 111000 10110101 10001010 1000101 0 11000 11101 10011111 110101 101110

Color Harmonies of #38B58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B58A

Black with #38B58A

Text Example


Text Example

White with #38B58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,181,138); }

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

background-color css

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

 a { background-color: rgb(56,181,138); }

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

border-color css

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

 span { border-color: rgb(56,181,138); }

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