#3A6C3B

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

Shades of Japanese Laurel #3A6C3B

Tints of Japanese Laurel #3A6C3B

Color information

#3A6C3B (or 0x3A6C3B) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 6C and 3B. RGB value is (58,108,59). Sum of RGB (Red+Green+Blue) = 58+108+59=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6C3B is #C593C4. Grayscale: #575757. Windows color (decimal): -12948421 or 3894330. OLE color: 3894330.

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

Color convert

RGB5810859-
CMYK0.4600.450.58
HSL121.2º30.12%32.55%-
HSV(B)121.2º46.3%42.35%-
XYZ7.911.946.03-
YUV87.46111.94106.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=25.78%
G=48%
B=26.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58108590.4600.450.58121.230.1232.55
Hex3A6C3B2E02D3A791e21
Octal721547356055721713641
Binary11101011011001110111011100101101111010111100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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