#3A7235

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

Shades of Japanese Laurel #3A7235

Tints of Japanese Laurel #3A7235

Color information

#3A7235 (or 0x3A7235) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 72 and 35. RGB value is (58,114,53). Sum of RGB (Red+Green+Blue) = 58+114+53=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7235 is #C58DCA. Grayscale: #5A5A5A. Windows color (decimal): -12946891 or 3502650. OLE color: 3502650.

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

Color convert

RGB5811453-
CMYK0.4900.540.55
HSL115.08º36.53%32.75%-
HSV(B)115.08º53.51%44.71%-
XYZ8.413.195.47-
YUV90.3106.95104.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=25.78%
G=50.67%
B=23.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114530.4900.540.55115.0836.5332.75
Hex3A72353103637732521
Octal721626561066671634541
Binary111010111001011010111000101101101101111110011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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