#3B7241

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

Shades of Japanese Laurel #3B7241

Tints of Japanese Laurel #3B7241

Color information

#3B7241 (or 0x3B7241) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 72 and 41. RGB value is (59,114,65). Sum of RGB (Red+Green+Blue) = 59+114+65=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7241 is #C48DBE. Grayscale: #5C5C5C. Windows color (decimal): -12881343 or 4289083. OLE color: 4289083.

HSL color Cylindrical-coordinate representation of color #3B7241: hue angle of 126.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B7241 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB5911465-
CMYK0.4800.430.55
HSL126.55º31.79%33.92%-
HSV(B)126.55º48.25%44.71%-
XYZ8.7813.357.11-
YUV91.97112.78104.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 65 (25.78% from 255) = 27.31%
R=24.79%
G=47.90%
B=27.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59114650.4800.430.55126.5531.7933.92
Hex3B72413002B377f2022
Octal7316210160053671774042
Binary1110111110010100000111000001010111101111111111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,114,65); }

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

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

 a { background-color: rgb(59,114,65); }

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

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

 span { border-color: rgb(59,114,65); }

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