Html Css Color HEX #3D7A3D Japanese Laurel

📋 copy color: '#3D7A3D'

red 61 ◦ green 122 ◦ blue 61

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

Shades of Japanese Laurel #3D7A3D

Tints of Japanese Laurel #3D7A3D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50%

 BLUE value IS 61 (24.22% from 255) = 25%

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#3D7A3D (or 0x3D7A3D) is known color: Japanese Laurel. HEX triplet: 3D, 7A and 3D. RGB value is (61,122,61). Sum of RGB (Red+Green+Blue) = 61+122+61=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7A3D is #C285C2. Grayscale: #606060. Windows color (decimal): -12748227 or 4028989. OLE color: 4028989.

HSL color Cylindrical-coordinate representation of color #3D7A3D: hue angle of 120º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7A3D is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 61 122 61 -
CMYK 0.50 0 0.50 0.52
HSL 120º 0.33% 0.36% -
HSV(B) 120º 0.5% 0.48% -
XYZ 9.73 15.25 6.85 -
YUV 96.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 61 122 61 0.50 0 0.50 0.52 120 0.33 0.36
Hex 3D 7A 3D 32 0 32 34 78 21 24
Octal 75 172 75 62 0 62 64 170 41 44
Binary 111101 1111010 111101 110010 0 110010 110100 1111000 100001 100100

Color Harmonies of #3D7A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7A3D

Black with #3D7A3D

Text Example


Text Example

White with #3D7A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,122,61); }

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

background-color css

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

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

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

border-color css

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

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

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