Html Css Color HEX #3C8740 Japanese Laurel

📋 copy color: '#3C8740'

red 60 ◦ green 135 ◦ blue 64

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

Shades of Japanese Laurel #3C8740

Tints of Japanese Laurel #3C8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.12%

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 23.17%
G = 52.12%
B = 24.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#3C8740 (or 0x3C8740) is known color: Japanese Laurel. HEX triplet: 3C, 87 and 40. RGB value is (60,135,64). Sum of RGB (Red+Green+Blue) = 60+135+64=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8740 is #C378BF. Grayscale: #686868. Windows color (decimal): -12810432 or 4228924. OLE color: 4228924.

HSL color Cylindrical-coordinate representation of color #3C8740: hue angle of 123.2º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8740 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 135 64 -
CMYK 0.56 0 0.53 0.47
HSL 123.2º 0.38% 0.38% -
HSV(B) 123.2º 0.56% 0.53% -
XYZ 11.45 18.66 7.85 -
YUV 104.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 60 135 64 0.56 0 0.53 0.47 123.2 0.38 0.38
Hex 3C 87 40 38 0 35 2F 7B 26 26
Octal 74 207 100 70 0 65 57 173 46 46
Binary 111100 10000111 1000000 111000 0 110101 101111 1111011 100110 100110

Color Harmonies of #3C8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8740

Black with #3C8740

Text Example


Text Example

White with #3C8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,135,64); }

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

background-color css

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

 a { background-color: rgb(60,135,64); }

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

border-color css

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

 span { border-color: rgb(60,135,64); }

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