Html Css Color HEX #3C773D Japanese Laurel

📋 copy color: '#3C773D'

red 60 ◦ green 119 ◦ blue 61

#3C773D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #3C773D

Tints of Japanese Laurel #3C773D

RGB

 RED value IS 60 (23.83% from 255) = 25%

 GREEN value IS 119 (46.88% from 255) = 49.58%

 BLUE value IS 61 (24.22% from 255) = 25.42%

R = 25%
G = 49.58%
B = 25.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#3C773D (or 0x3C773D) is known color: Japanese Laurel. HEX triplet: 3C, 77 and 3D. RGB value is (60,119,61). Sum of RGB (Red+Green+Blue) = 60+119+61=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #3C773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C773D is #C388C2. Grayscale: #5E5E5E. Windows color (decimal): -12814531 or 4028220. OLE color: 4028220.

HSL color Cylindrical-coordinate representation of color #3C773D: hue angle of 121.02º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C773D is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 61 -
CMYK 0.50 0 0.49 0.53
HSL 121.02º 0.33% 0.35% -
HSV(B) 121.02º 0.5% 0.47% -
XYZ 9.3 14.49 6.72 -
YUV 94.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 60 119 61 0.50 0 0.49 0.53 121.02 0.33 0.35
Hex 3C 77 3D 32 0 31 35 79 21 23
Octal 74 167 75 62 0 61 65 171 41 43
Binary 111100 1110111 111101 110010 0 110001 110101 1111001 100001 100011

Color Harmonies of #3C773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C773D

Black with #3C773D

Text Example


Text Example

White with #3C773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C773D;
 }
 .AnyTagClassName
 {
   color: #3C773D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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