#3A7C3C

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

Shades of Japanese Laurel #3A7C3C

Tints of Japanese Laurel #3A7C3C

Color information

#3A7C3C (or 0x3A7C3C) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7C and 3C. RGB value is (58,124,60). Sum of RGB (Red+Green+Blue) = 58+124+60=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C3C is #C583C3. Grayscale: #616161. Windows color (decimal): -12944324 or 3963962. OLE color: 3963962.

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

Color convert

RGB5812460-
CMYK0.5300.520.51
HSL121.82º36.26%35.69%-
HSV(B)121.82º53.23%48.63%-
XYZ9.7715.646.78-
YUV96.97107.13100.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.97%
GREEN value IS 124 (48.83% from 255) = 51.24%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=23.97%
G=51.24%
B=24.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124600.5300.520.51121.8236.2635.69
Hex3A7C3C35034337a2424
Octal721747465064631724444
Binary111010111110011110011010101101001100111111010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,124,60); }

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

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

 a { background-color: rgb(58,124,60); }

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

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

 span { border-color: rgb(58,124,60); }

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