#3A7D3C

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

Shades of Japanese Laurel #3A7D3C

Tints of Japanese Laurel #3A7D3C

Color information

#3A7D3C (or 0x3A7D3C) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7D and 3C. RGB value is (58,125,60). Sum of RGB (Red+Green+Blue) = 58+125+60=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7D3C is #C582C3. Grayscale: #616161. Windows color (decimal): -12944068 or 3964218. OLE color: 3964218.

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

Color convert

RGB5812560-
CMYK0.5400.520.51
HSL121.79º36.61%35.88%-
HSV(B)121.79º53.6%49.02%-
XYZ9.8915.896.82-
YUV97.56106.899.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=23.87%
G=51.44%
B=24.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58125600.5400.520.51121.7936.6135.88
Hex3A7D3C36034337a2524
Octal721757466064631724544
Binary111010111110111110011011001101001100111111010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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