#3D873E

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

Shades of Japanese Laurel #3D873E

Tints of Japanese Laurel #3D873E

Color information

#3D873E (or 0x3D873E) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 87 and 3E. RGB value is (61,135,62). Sum of RGB (Red+Green+Blue) = 61+135+62=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #3D873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D873E is #C278C1. Grayscale: #686868. Windows color (decimal): -12744898 or 4097853. OLE color: 4097853.

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

Color convert

RGB6113562-
CMYK0.5500.540.47
HSL120.81º37.76%38.43%-
HSV(B)120.81º54.81%52.94%-
XYZ11.4618.677.56-
YUV104.55103.9896.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 135 (53.12% from 255) = 52.33%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=23.64%
G=52.33%
B=24.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61135620.5500.540.47120.8137.7638.43
Hex3D873E370362F792626
Octal752077667066571714646
Binary1111011000011111111011011101101101011111111001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,135,62); }

 H1.HeaderClassName
 {
   color: #3D873E;
 }
 .AnyTagClassName
 {
   color: #3D873E;
 }
</style>
background-color css

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

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

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

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

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

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