#3C6D3D

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

Shades of Japanese Laurel #3C6D3D

Tints of Japanese Laurel #3C6D3D

Color information

#3C6D3D (or 0x3C6D3D) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 6D and 3D. RGB value is (60,109,61). Sum of RGB (Red+Green+Blue) = 60+109+61=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6D3D is #C392C2. Grayscale: #595959. Windows color (decimal): -12817091 or 4025660. OLE color: 4025660.

HSL color Cylindrical-coordinate representation of color #3C6D3D: hue angle of 121.22º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6D3D is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB6010961-
CMYK0.4500.440.57
HSL121.22º28.99%33.14%-
HSV(B)121.22º44.95%42.75%-
XYZ8.1712.236.35-
YUV88.88112.27107.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.09%
GREEN value IS 109 (42.97% from 255) = 47.39%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=26.09%
G=47.39%
B=26.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60109610.4500.440.57121.2228.9933.14
Hex3C6D3D2D02C39791d21
Octal741557555054711713541
Binary11110011011011111011011010101100111001111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,109,61); }

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

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

 a { background-color: rgb(60,109,61); }

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

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

 span { border-color: rgb(60,109,61); }

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