#38AE82

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

Shades of Jungle Green #38AE82

Tints of Jungle Green #38AE82

Color information

#38AE82 (or 0x38AE82) is unknown color: approx Jungle Green. HEX triplet: 38, AE and 82. RGB value is (56,174,130). Sum of RGB (Red+Green+Blue) = 56+174+130=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AE82 is #C7517D. Grayscale: #858585. Windows color (decimal): -13062526 or 8564280. OLE color: 8564280.

HSL color Cylindrical-coordinate representation of color #38AE82: hue angle of 157.63º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AE82 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB56174130-
CMYK0.6800.250.32
HSL157.63º51.3%45.1%-
HSV(B)157.63º67.82%68.24%-
XYZ20.832.7226.34-
YUV133.7125.9172.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 174 (68.36% from 255) = 48.33%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=15.56%
G=48.33%
B=36.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741300.6800.250.32157.6351.345.1
Hex38AE8244019209e332d
Octal70256202104031402366355
Binary1110001010111010000010100010001100110000010011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,174,130); }

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

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

 a { background-color: rgb(56,174,130); }

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

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

 span { border-color: rgb(56,174,130); }

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