#3A7237

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

Shades of Japanese Laurel #3A7237

Tints of Japanese Laurel #3A7237

Color information

#3A7237 (or 0x3A7237) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 72 and 37. RGB value is (58,114,55). Sum of RGB (Red+Green+Blue) = 58+114+55=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7237 is #C58DC8. Grayscale: #5A5A5A. Windows color (decimal): -12946889 or 3633722. OLE color: 3633722.

HSL color Cylindrical-coordinate representation of color #3A7237: hue angle of 116.95º 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 #3A7237 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB5811455-
CMYK0.4900.520.55
HSL116.95º34.91%33.14%-
HSV(B)116.95º51.75%44.71%-
XYZ8.4513.215.72-
YUV90.53107.95104.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=25.55%
G=50.22%
B=24.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114550.4900.520.55116.9534.9133.14
Hex3A72373103437752321
Octal721626761064671654341
Binary111010111001011011111000101101001101111110101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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