#3A7738

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

Shades of Japanese Laurel #3A7738

Tints of Japanese Laurel #3A7738

Color information

#3A7738 (or 0x3A7738) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 77 and 38. RGB value is (58,119,56). Sum of RGB (Red+Green+Blue) = 58+119+56=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7738 is #C588C7. Grayscale: #5D5D5D. Windows color (decimal): -12945608 or 3700538. OLE color: 3700538.

HSL color Cylindrical-coordinate representation of color #3A7738: hue angle of 118.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7738 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB5811956-
CMYK0.5100.530.53
HSL118.1º36%34.31%-
HSV(B)118.1º52.94%46.67%-
XYZ9.0614.386.04-
YUV93.58106.79102.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=24.89%
G=51.07%
B=24.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119560.5100.530.53118.13634.31
Hex3A77383303535762422
Octal721677063065651664442
Binary111010111011111100011001101101011101011110110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,56); }

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

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

 a { background-color: rgb(58,119,56); }

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

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

 span { border-color: rgb(58,119,56); }

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