#38B489

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

Shades of Jungle Green #38B489

Tints of Jungle Green #38B489

Color information

#38B489 (or 0x38B489) is unknown color: approx Jungle Green. HEX triplet: 38, B4 and 89. RGB value is (56,180,137). Sum of RGB (Red+Green+Blue) = 56+180+137=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #38B489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B489 is #C74B76. Grayscale: #8A8A8A. Windows color (decimal): -13060983 or 9024568. OLE color: 9024568.

HSL color Cylindrical-coordinate representation of color #38B489: hue angle of 159.19º 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 #38B489 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB56180137-
CMYK0.6900.240.29
HSL159.19º52.54%46.27%-
HSV(B)159.19º68.89%70.59%-
XYZ22.4735.2929.29-
YUV138.02127.4269.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.01%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=15.01%
G=48.26%
B=36.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801370.6900.240.29159.1952.5446.27
Hex38B489450181D9f352e
Octal70264211105030352376556
Binary111000101101001000100110001010110001110110011111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,137); }

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

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

 a { background-color: rgb(56,180,137); }

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

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

 span { border-color: rgb(56,180,137); }

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