#38B286

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

Shades of Jungle Green #38B286

Tints of Jungle Green #38B286

Color information

#38B286 (or 0x38B286) is unknown color: approx Jungle Green. HEX triplet: 38, B2 and 86. RGB value is (56,178,134). Sum of RGB (Red+Green+Blue) = 56+178+134=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #38B286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B286 is #C74D79. Grayscale: #888888. Windows color (decimal): -13061498 or 8827448. OLE color: 8827448.

HSL color Cylindrical-coordinate representation of color #38B286: hue angle of 158.36º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B286 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB56178134-
CMYK0.6900.250.30
HSL158.36º52.14%45.88%-
HSV(B)158.36º68.54%69.8%-
XYZ21.8534.428.04-
YUV136.51126.5870.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.22%
GREEN value IS 178 (69.92% from 255) = 48.37%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=15.22%
G=48.37%
B=36.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561781340.6900.250.30158.3652.1445.88
Hex38B286450191E9e342e
Octal70262206105031362366456
Binary111000101100101000011010001010110011111010011110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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