#38B78A

Color #38B78A Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #38B78A

Tints of Jungle Green #38B78A

Color information

#38B78A (or 0x38B78A) is unknown color: approx Jungle Green. HEX triplet: 38, B7 and 8A. RGB value is (56,183,138). Sum of RGB (Red+Green+Blue) = 56+183+138=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #38B78A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B78A is #C74875. Grayscale: #8B8B8B. Windows color (decimal): -13060214 or 9090872. OLE color: 9090872.

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

Color convert

RGB56183138-
CMYK0.6900.250.28
HSL158.74º53.14%46.86%-
HSV(B)158.74º69.4%71.76%-
XYZ23.1536.5429.88-
YUV139.9126.9268.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=14.85%
G=48.54%
B=36.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561831380.6900.250.28158.7453.1446.86
Hex38B78A450191C9f352f
Octal70267212105031342376557
Binary111000101101111000101010001010110011110010011111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38B78A;
 }
 .AnyTagClassName
 {
   color: #38B78A;
 }
</style>
background-color css

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

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

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

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

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

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