#3A7239

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

Shades of Japanese Laurel #3A7239

Tints of Japanese Laurel #3A7239

Color information

#3A7239 (or 0x3A7239) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 72 and 39. RGB value is (58,114,57). Sum of RGB (Red+Green+Blue) = 58+114+57=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7239 is #C58DC6. Grayscale: #5A5A5A. Windows color (decimal): -12946887 or 3764794. OLE color: 3764794.

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

Color convert

RGB5811457-
CMYK0.4900.500.55
HSL118.95º33.33%33.53%-
HSV(B)118.95º50%44.71%-
XYZ8.513.235.98-
YUV90.76108.95104.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=25.33%
G=49.78%
B=24.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114570.4900.500.55118.9533.3333.53
Hex3A72393103237772122
Octal721627161062671674142
Binary111010111001011100111000101100101101111110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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