#3C7B3E

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

Shades of Japanese Laurel #3C7B3E

Tints of Japanese Laurel #3C7B3E

Color information

#3C7B3E (or 0x3C7B3E) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 7B and 3E. RGB value is (60,123,62). Sum of RGB (Red+Green+Blue) = 60+123+62=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7B3E is #C384C1. Grayscale: #616161. Windows color (decimal): -12813506 or 4094780. OLE color: 4094780.

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

Color convert

RGB6012362-
CMYK0.5100.500.52
HSL121.9º34.43%35.88%-
HSV(B)121.9º51.22%48.24%-
XYZ9.8215.477.03-
YUV97.21108.13101.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 123 (48.44% from 255) = 50.20%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=24.49%
G=50.20%
B=25.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60123620.5100.500.52121.934.4335.88
Hex3C7B3E33032347a2224
Octal741737663062641724244
Binary111100111101111111011001101100101101001111010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,123,62); }

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

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

 a { background-color: rgb(60,123,62); }

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

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

 span { border-color: rgb(60,123,62); }

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