Html Css Color HEX #3C753F Japanese Laurel

📋 copy color: '#3C753F'

red 60 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #3C753F

Tints of Japanese Laurel #3C753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

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

R = 25%
G = 48.75%
B = 26.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#3C753F (or 0x3C753F) is known color: Japanese Laurel. HEX triplet: 3C, 75 and 3F. RGB value is (60,117,63). Sum of RGB (Red+Green+Blue) = 60+117+63=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #3C753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C753F is #C38AC0. Grayscale: #5D5D5D. Windows color (decimal): -12815041 or 4158780. OLE color: 4158780.

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

Color convert

RGB 60 117 63 -
CMYK 0.49 0 0.46 0.54
HSL 123.16º 0.32% 0.35% -
HSV(B) 123.16º 0.49% 0.46% -
XYZ 9.12 14.04 6.93 -
YUV 93.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 60 117 63 0.49 0 0.46 0.54 123.16 0.32 0.35
Hex 3C 75 3F 31 0 2E 36 7B 20 23
Octal 74 165 77 61 0 56 66 173 40 43
Binary 111100 1110101 111111 110001 0 101110 110110 1111011 100000 100011

Color Harmonies of #3C753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C753F

Black with #3C753F

Text Example


Text Example

White with #3C753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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