#3B7E38

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

Shades of Japanese Laurel #3B7E38

Tints of Japanese Laurel #3B7E38

Color information

#3B7E38 (or 0x3B7E38) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 7E and 38. RGB value is (59,126,56). Sum of RGB (Red+Green+Blue) = 59+126+56=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7E38 is #C481C7. Grayscale: #626262. Windows color (decimal): -12878280 or 3702331. OLE color: 3702331.

HSL color Cylindrical-coordinate representation of color #3B7E38: hue angle of 117.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B7E38 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB5912656-
CMYK0.5300.560.51
HSL117.43º38.46%35.69%-
HSV(B)117.43º55.56%49.41%-
XYZ9.9816.146.33-
YUV97.99104.3100.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 126 (49.61% from 255) = 52.28%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=24.48%
G=52.28%
B=23.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59126560.5300.560.51117.4338.4635.69
Hex3B7E383503833752624
Octal731767065070631654644
Binary111011111111011100011010101110001100111110101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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