#3D813B

Color #3D813B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #3D813B

Tints of Japanese Laurel #3D813B

Color information

#3D813B (or 0x3D813B) is unknown color: approx 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

RGB6112959-
CMYK0.5300.540.49
HSL118.29º37.23%36.86%-
HSV(B)118.29º54.26%50.59%-
XYZ10.5617.016.86-
YUV100.69104.4799.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=24.50%
G=51.81%
B=23.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61129590.5300.540.49118.2937.2336.86
Hex3D813B3503631762525
Octal752017365066611664545
Binary1111011000000111101111010101101101100011110110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>