#38B184

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

Shades of Jungle Green #38B184

Tints of Jungle Green #38B184

Color information

#38B184 (or 0x38B184) is unknown color: approx Jungle Green. HEX triplet: 38, B1 and 84. RGB value is (56,177,132). Sum of RGB (Red+Green+Blue) = 56+177+132=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #38B184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B184 is #C74E7B. Grayscale: #878787. Windows color (decimal): -13061756 or 8696120. OLE color: 8696120.

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

Color convert

RGB56177132-
CMYK0.6800.250.31
HSL157.69º51.93%45.69%-
HSV(B)157.69º68.36%69.41%-
XYZ21.5233.9527.25-
YUV135.69125.9171.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 177 (69.53% from 255) = 48.49%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=15.34%
G=48.49%
B=36.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561771320.6800.250.31157.6951.9345.69
Hex38B184440191F9e342e
Octal70261204104031372366456
Binary111000101100011000010010001000110011111110011110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,177,132); }

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

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

 a { background-color: rgb(56,177,132); }

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

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

 span { border-color: rgb(56,177,132); }

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