Html Css Color HEX #3D813B Japanese Laurel

📋 copy color: '#3D813B'

red 61 ◦ green 129 ◦ blue 59

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

Shades of Japanese Laurel #3D813B

Tints of Japanese Laurel #3D813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

 BLUE value IS 59 (23.44% from 255) = 23.69%

R = 24.5%
G = 51.81%
B = 23.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#3D813B (or 0x3D813B) is known color: Japanese Laurel. HEX triplet: 3D, 81 and 3B. RGB value is (61,129,59). Sum of RGB (Red+Green+Blue) = 61+129+59=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #3D813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D813B is #C27EC4. Grayscale: #646464. Windows color (decimal): -12746437 or 3899709. OLE color: 3899709.

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

Color convert

RGB 61 129 59 -
CMYK 0.53 0 0.54 0.49
HSL 118.29º 0.37% 0.37% -
HSV(B) 118.29º 0.54% 0.51% -
XYZ 10.56 17.01 6.86 -
YUV 100.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 61 129 59 0.53 0 0.54 0.49 118.29 0.37 0.37
Hex 3D 81 3B 35 0 36 31 76 25 25
Octal 75 201 73 65 0 66 61 166 45 45
Binary 111101 10000001 111011 110101 0 110110 110001 1110110 100101 100101

Color Harmonies of #3D813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D813B

Black with #3D813B

Text Example


Text Example

White with #3D813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,129,59); }

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

background-color css

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

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

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

border-color css

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

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

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