Html Css Color HEX #3D7240 Japanese Laurel

📋 copy color: '#3D7240'

red 61 ◦ green 114 ◦ blue 64

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

Shades of Japanese Laurel #3D7240

Tints of Japanese Laurel #3D7240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.7%

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

R = 25.52%
G = 47.7%
B = 26.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#3D7240 (or 0x3D7240) is known color: Japanese Laurel. HEX triplet: 3D, 72 and 40. RGB value is (61,114,64). Sum of RGB (Red+Green+Blue) = 61+114+64=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7240 is #C28DBF. Grayscale: #5C5C5C. Windows color (decimal): -12750272 or 4223549. OLE color: 4223549.

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

Color convert

RGB 61 114 64 -
CMYK 0.46 0 0.44 0.55
HSL 123.4º 0.3% 0.34% -
HSV(B) 123.4º 0.46% 0.45% -
XYZ 8.87 13.4 6.97 -
YUV 92.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 61 114 64 0.46 0 0.44 0.55 123.4 0.3 0.34
Hex 3D 72 40 2E 0 2C 37 7B 1E 22
Octal 75 162 100 56 0 54 67 173 36 42
Binary 111101 1110010 1000000 101110 0 101100 110111 1111011 11110 100010

Color Harmonies of #3D7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7240

Black with #3D7240

Text Example


Text Example

White with #3D7240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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