Html Css Color HEX #3C763E Japanese Laurel

📋 copy color: '#3C763E'

red 60 ◦ green 118 ◦ blue 62

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

Shades of Japanese Laurel #3C763E

Tints of Japanese Laurel #3C763E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 25%
G = 49.17%
B = 25.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#3C763E (or 0x3C763E) is known color: Japanese Laurel. HEX triplet: 3C, 76 and 3E. RGB value is (60,118,62). Sum of RGB (Red+Green+Blue) = 60+118+62=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #3C763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C763E is #C389C1. Grayscale: #5E5E5E. Windows color (decimal): -12814786 or 4093500. OLE color: 4093500.

HSL color Cylindrical-coordinate representation of color #3C763E: hue angle of 122.07º degrees, saturation: 0.33, 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 #3C763E is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 118 62 -
CMYK 0.49 0 0.47 0.54
HSL 122.07º 0.33% 0.35% -
HSV(B) 122.07º 0.49% 0.46% -
XYZ 9.21 14.27 6.83 -
YUV 94.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 60 118 62 0.49 0 0.47 0.54 122.07 0.33 0.35
Hex 3C 76 3E 31 0 2F 36 7A 21 23
Octal 74 166 76 61 0 57 66 172 41 43
Binary 111100 1110110 111110 110001 0 101111 110110 1111010 100001 100011

Color Harmonies of #3C763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C763E

Black with #3C763E

Text Example


Text Example

White with #3C763E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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