#38B083

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

Shades of Jungle Green #38B083

Tints of Jungle Green #38B083

Color information

#38B083 (or 0x38B083) is unknown color: approx Jungle Green. HEX triplet: 38, B0 and 83. RGB value is (56,176,131). Sum of RGB (Red+Green+Blue) = 56+176+131=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #38B083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B083 is #C74F7C. Grayscale: #878787. Windows color (decimal): -13062013 or 8630328. OLE color: 8630328.

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

Color convert

RGB56176131-
CMYK0.6800.260.31
HSL157.5º51.72%45.49%-
HSV(B)157.5º68.18%69.02%-
XYZ21.2533.5326.82-
YUV134.99125.7471.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 176 (69.14% from 255) = 48.48%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=15.43%
G=48.48%
B=36.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561761310.6800.260.31157.551.7245.49
Hex38B0834401A1F9e342d
Octal70260203104032372366455
Binary111000101100001000001110001000110101111110011110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,176,131); }

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

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

 a { background-color: rgb(56,176,131); }

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

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

 span { border-color: rgb(56,176,131); }

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