Html Css Color HEX #3D8740 Japanese Laurel

📋 copy color: '#3D8740'

red 61 ◦ green 135 ◦ blue 64

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

Shades of Japanese Laurel #3D8740

Tints of Japanese Laurel #3D8740

RGB

 RED value IS 61 (24.22% from 255) = 23.46%

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

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

R = 23.46%
G = 51.92%
B = 24.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#3D8740 (or 0x3D8740) is known color: Japanese Laurel. HEX triplet: 3D, 87 and 40. RGB value is (61,135,64). Sum of RGB (Red+Green+Blue) = 61+135+64=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8740 is #C278BF. Grayscale: #686868. Windows color (decimal): -12744896 or 4228925. OLE color: 4228925.

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

Color convert

RGB 61 135 64 -
CMYK 0.55 0 0.53 0.47
HSL 122.43º 0.38% 0.38% -
HSV(B) 122.43º 0.55% 0.53% -
XYZ 11.51 18.69 7.85 -
YUV 104.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 61 135 64 0.55 0 0.53 0.47 122.43 0.38 0.38
Hex 3D 87 40 37 0 35 2F 7A 26 26
Octal 75 207 100 67 0 65 57 172 46 46
Binary 111101 10000111 1000000 110111 0 110101 101111 1111010 100110 100110

Color Harmonies of #3D8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8740

Black with #3D8740

Text Example


Text Example

White with #3D8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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