#3A6C38

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

Shades of Japanese Laurel #3A6C38

Tints of Japanese Laurel #3A6C38

Color information

#3A6C38 (or 0x3A6C38) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 6C and 38. RGB value is (58,108,56). Sum of RGB (Red+Green+Blue) = 58+108+56=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6C38 is #C593C7. Grayscale: #575757. Windows color (decimal): -12948424 or 3697722. OLE color: 3697722.

HSL color Cylindrical-coordinate representation of color #3A6C38: hue angle of 117.69º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6C38 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB5810856-
CMYK0.4600.480.58
HSL117.69º31.71%32.16%-
HSV(B)117.69º48.15%42.35%-
XYZ7.8211.915.63-
YUV87.12110.44107.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 108 (42.58% from 255) = 48.65%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=26.13%
G=48.65%
B=25.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58108560.4600.480.58117.6931.7132.16
Hex3A6C382E0303A762020
Octal721547056060721664040
Binary111010110110011100010111001100001110101110110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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