Html Css Color HEX #3C743F Japanese Laurel

📋 copy color: '#3C743F'

red 60 ◦ green 116 ◦ blue 63

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

Shades of Japanese Laurel #3C743F

Tints of Japanese Laurel #3C743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

 BLUE value IS 63 (25% from 255) = 26.36%

R = 25.1%
G = 48.54%
B = 26.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#3C743F (or 0x3C743F) is known color: Japanese Laurel. HEX triplet: 3C, 74 and 3F. RGB value is (60,116,63). Sum of RGB (Red+Green+Blue) = 60+116+63=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #3C743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C743F is #C38BC0. Grayscale: #5D5D5D. Windows color (decimal): -12815297 or 4158524. OLE color: 4158524.

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

Color convert

RGB 60 116 63 -
CMYK 0.48 0 0.46 0.55
HSL 123.21º 0.32% 0.35% -
HSV(B) 123.21º 0.48% 0.45% -
XYZ 9.01 13.81 6.89 -
YUV 93.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 60 116 63 0.48 0 0.46 0.55 123.21 0.32 0.35
Hex 3C 74 3F 30 0 2E 37 7B 20 23
Octal 74 164 77 60 0 56 67 173 40 43
Binary 111100 1110100 111111 110000 0 101110 110111 1111011 100000 100011

Color Harmonies of #3C743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C743F

Black with #3C743F

Text Example


Text Example

White with #3C743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,63); }

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

background-color css

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

 a { background-color: rgb(60,116,63); }

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

border-color css

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

 span { border-color: rgb(60,116,63); }

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