#3C7735

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

Shades of Japanese Laurel #3C7735

Tints of Japanese Laurel #3C7735

Color information

#3C7735 (or 0x3C7735) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 77 and 35. RGB value is (60,119,53). Sum of RGB (Red+Green+Blue) = 60+119+53=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7735 is #C388CA. Grayscale: #5E5E5E. Windows color (decimal): -12814539 or 3503932. OLE color: 3503932.

HSL color Cylindrical-coordinate representation of color #3C7735: hue angle of 113.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C7735 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB6011953-
CMYK0.5000.550.53
HSL113.64º38.37%33.73%-
HSV(B)113.64º55.46%46.67%-
XYZ9.114.415.67-
YUV93.84104.95103.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=25.86%
G=51.29%
B=22.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119530.5000.550.53113.6438.3733.73
Hex3C77353203735722622
Octal741676562067651624642
Binary111100111011111010111001001101111101011110010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,119,53); }

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

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

 a { background-color: rgb(60,119,53); }

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

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

 span { border-color: rgb(60,119,53); }

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