#3A7635

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

Shades of Japanese Laurel #3A7635

Tints of Japanese Laurel #3A7635

Color information

#3A7635 (or 0x3A7635) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 76 and 35. RGB value is (58,118,53). Sum of RGB (Red+Green+Blue) = 58+118+53=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7635 is #C589CA. Grayscale: #5C5C5C. Windows color (decimal): -12945867 or 3503674. OLE color: 3503674.

HSL color Cylindrical-coordinate representation of color #3A7635: hue angle of 115.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A7635 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB5811853-
CMYK0.5100.550.54
HSL115.38º38.01%33.53%-
HSV(B)115.38º55.08%46.27%-
XYZ8.8714.115.63-
YUV92.65105.62103.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=25.33%
G=51.53%
B=23.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118530.5100.550.54115.3838.0133.53
Hex3A76353303736732622
Octal721666563067661634642
Binary111010111011011010111001101101111101101110011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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