Html Css Color HEX #3D763F Japanese Laurel

📋 copy color: '#3D763F'

red 61 ◦ green 118 ◦ blue 63

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

Shades of Japanese Laurel #3D763F

Tints of Japanese Laurel #3D763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 25.21%
G = 48.76%
B = 26.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#3D763F (or 0x3D763F) is known color: Japanese Laurel. HEX triplet: 3D, 76 and 3F. RGB value is (61,118,63). Sum of RGB (Red+Green+Blue) = 61+118+63=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #3D763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D763F is #C289C0. Grayscale: #5E5E5E. Windows color (decimal): -12749249 or 4159037. OLE color: 4159037.

HSL color Cylindrical-coordinate representation of color #3D763F: hue angle of 122.11º degrees, saturation: 0.32, 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 #3D763F is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 118 63 -
CMYK 0.48 0 0.47 0.54
HSL 122.11º 0.32% 0.35% -
HSV(B) 122.11º 0.48% 0.46% -
XYZ 9.3 14.31 6.97 -
YUV 94.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 61 118 63 0.48 0 0.47 0.54 122.11 0.32 0.35
Hex 3D 76 3F 30 0 2F 36 7A 20 23
Octal 75 166 77 60 0 57 66 172 40 43
Binary 111101 1110110 111111 110000 0 101111 110110 1111010 100000 100011

Color Harmonies of #3D763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D763F

Black with #3D763F

Text Example


Text Example

White with #3D763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,118,63); }

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

background-color css

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

 a { background-color: rgb(61,118,63); }

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

border-color css

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

 span { border-color: rgb(61,118,63); }

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