Html Css Color HEX #3D7C3D Japanese Laurel

📋 copy color: '#3D7C3D'

red 61 ◦ green 124 ◦ blue 61

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

Shades of Japanese Laurel #3D7C3D

Tints of Japanese Laurel #3D7C3D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.41%

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

R = 24.8%
G = 50.41%
B = 24.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#3D7C3D (or 0x3D7C3D) is known color: Japanese Laurel. HEX triplet: 3D, 7C and 3D. RGB value is (61,124,61). Sum of RGB (Red+Green+Blue) = 61+124+61=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7C3D is #C283C2. Grayscale: #626262. Windows color (decimal): -12747715 or 4029501. OLE color: 4029501.

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

Color convert

RGB 61 124 61 -
CMYK 0.51 0 0.51 0.51
HSL 120º 0.34% 0.36% -
HSV(B) 120º 0.51% 0.49% -
XYZ 9.97 15.74 6.93 -
YUV 97.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 61 124 61 0.51 0 0.51 0.51 120 0.34 0.36
Hex 3D 7C 3D 33 0 33 33 78 22 24
Octal 75 174 75 63 0 63 63 170 42 44
Binary 111101 1111100 111101 110011 0 110011 110011 1111000 100010 100100

Color Harmonies of #3D7C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7C3D

Black with #3D7C3D

Text Example


Text Example

White with #3D7C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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