#3A7337

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

Shades of Japanese Laurel #3A7337

Tints of Japanese Laurel #3A7337

Color information

#3A7337 (or 0x3A7337) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 73 and 37. RGB value is (58,115,55). Sum of RGB (Red+Green+Blue) = 58+115+55=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7337 is #C58CC8. Grayscale: #5B5B5B. Windows color (decimal): -12946633 or 3633978. OLE color: 3633978.

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

Color convert

RGB5811555-
CMYK0.5000.520.55
HSL117º35.29%33.33%-
HSV(B)117º52.17%45.1%-
XYZ8.5713.445.76-
YUV91.12107.62104.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.44%
GREEN value IS 115 (45.31% from 255) = 50.44%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=25.44%
G=50.44%
B=24.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115550.5000.520.5511735.2933.33
Hex3A73373203437752321
Octal721636762064671654341
Binary111010111001111011111001001101001101111110101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,55); }

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

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

 a { background-color: rgb(58,115,55); }

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

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

 span { border-color: rgb(58,115,55); }

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