#3C753E

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

Shades of Japanese Laurel #3C753E

Tints of Japanese Laurel #3C753E

Color information

#3C753E (or 0x3C753E) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 75 and 3E. RGB value is (60,117,62). Sum of RGB (Red+Green+Blue) = 60+117+62=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #3C753E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C753E is #C38AC1. Grayscale: #5D5D5D. Windows color (decimal): -12815042 or 4093244. OLE color: 4093244.

HSL color Cylindrical-coordinate representation of color #3C753E: hue angle of 122.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C753E is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB6011762-
CMYK0.4900.470.54
HSL122.11º32.2%34.71%-
HSV(B)122.11º48.72%45.88%-
XYZ9.0914.036.79-
YUV93.69110.12103.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=25.10%
G=48.95%
B=25.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60117620.4900.470.54122.1132.234.71
Hex3C753E3102F367a2023
Octal741657661057661724043
Binary111100111010111111011000101011111101101111010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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