Html Css Color HEX #3C703F Japanese Laurel

📋 copy color: '#3C703F'

red 60 ◦ green 112 ◦ blue 63

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

Shades of Japanese Laurel #3C703F

Tints of Japanese Laurel #3C703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

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

R = 25.53%
G = 47.66%
B = 26.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#3C703F (or 0x3C703F) is known color: Japanese Laurel. HEX triplet: 3C, 70 and 3F. RGB value is (60,112,63). Sum of RGB (Red+Green+Blue) = 60+112+63=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #3C703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C703F is #C38FC0. Grayscale: #5B5B5B. Windows color (decimal): -12816321 or 4157500. OLE color: 4157500.

HSL color Cylindrical-coordinate representation of color #3C703F: hue angle of 123.46º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C703F is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 112 63 -
CMYK 0.46 0 0.44 0.56
HSL 123.46º 0.3% 0.34% -
HSV(B) 123.46º 0.46% 0.44% -
XYZ 8.55 12.91 6.74 -
YUV 90.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 60 112 63 0.46 0 0.44 0.56 123.46 0.3 0.34
Hex 3C 70 3F 2E 0 2C 38 7B 1E 22
Octal 74 160 77 56 0 54 70 173 36 42
Binary 111100 1110000 111111 101110 0 101100 111000 1111011 11110 100010

Color Harmonies of #3C703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C703F

Black with #3C703F

Text Example


Text Example

White with #3C703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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