#3B7938

Color #3B7938 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #3B7938

Tints of Japanese Laurel #3B7938

Color information

#3B7938 (or 0x3B7938) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 79 and 38. RGB value is (59,121,56). Sum of RGB (Red+Green+Blue) = 59+121+56=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #3B7938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7938 is #C486C7. Grayscale: #5F5F5F. Windows color (decimal): -12879560 or 3701051. OLE color: 3701051.

HSL color Cylindrical-coordinate representation of color #3B7938: hue angle of 117.23º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7938 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB5912156-
CMYK0.5100.540.53
HSL117.23º36.72%34.71%-
HSV(B)117.23º53.72%47.45%-
XYZ9.3514.896.12-
YUV95.05105.96102.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 51.27%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=25%
G=51.27%
B=23.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59121560.5100.540.53117.2336.7234.71
Hex3B79383303635752523
Octal731717063066651654543
Binary111011111100111100011001101101101101011110101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B7938; }

 p { color: rgb(59,121,56); }

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

<style>
 a { background-color: #3B7938; }

 a { background-color: rgb(59,121,56); }

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

<style>
 span { border-color: #3B7938; }

 span { border-color: rgb(59,121,56); }

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