Html Css Color HEX #3D7540 Japanese Laurel

📋 copy color: '#3D7540'

red 61 ◦ green 117 ◦ blue 64

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

Shades of Japanese Laurel #3D7540

Tints of Japanese Laurel #3D7540

RGB

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

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

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

R = 25.21%
G = 48.35%
B = 26.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#3D7540 (or 0x3D7540) is known color: Japanese Laurel. HEX triplet: 3D, 75 and 40. RGB value is (61,117,64). Sum of RGB (Red+Green+Blue) = 61+117+64=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7540 is #C28ABF. Grayscale: #5E5E5E. Windows color (decimal): -12749504 or 4224317. OLE color: 4224317.

HSL color Cylindrical-coordinate representation of color #3D7540: hue angle of 123.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7540 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 117 64 -
CMYK 0.48 0 0.45 0.54
HSL 123.21º 0.31% 0.35% -
HSV(B) 123.21º 0.48% 0.46% -
XYZ 9.21 14.08 7.08 -
YUV 94.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 61 117 64 0.48 0 0.45 0.54 123.21 0.31 0.35
Hex 3D 75 40 30 0 2D 36 7B 1F 23
Octal 75 165 100 60 0 55 66 173 37 43
Binary 111101 1110101 1000000 110000 0 101101 110110 1111011 11111 100011

Color Harmonies of #3D7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7540

Black with #3D7540

Text Example


Text Example

White with #3D7540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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