#3B7538

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

Shades of Japanese Laurel #3B7538

Tints of Japanese Laurel #3B7538

Color information

#3B7538 (or 0x3B7538) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 75 and 38. RGB value is (59,117,56). Sum of RGB (Red+Green+Blue) = 59+117+56=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7538 is #C48AC7. Grayscale: #5C5C5C. Windows color (decimal): -12880584 or 3700027. OLE color: 3700027.

HSL color Cylindrical-coordinate representation of color #3B7538: hue angle of 117.05º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7538 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB5911756-
CMYK0.5000.520.54
HSL117.05º35.26%33.92%-
HSV(B)117.05º52.14%45.88%-
XYZ8.8813.945.96-
YUV92.7107.28103.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.43%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=25.43%
G=50.43%
B=24.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59117560.5000.520.54117.0535.2633.92
Hex3B75383203436752322
Octal731657062064661654342
Binary111011111010111100011001001101001101101110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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