#3D843B

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

Shades of Japanese Laurel #3D843B

Tints of Japanese Laurel #3D843B

Color information

#3D843B (or 0x3D843B) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 84 and 3B. RGB value is (61,132,59). Sum of RGB (Red+Green+Blue) = 61+132+59=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #3D843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D843B is #C27BC4. Grayscale: #666666. Windows color (decimal): -12745669 or 3900477. OLE color: 3900477.

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

Color convert

RGB6113259-
CMYK0.5400.550.48
HSL118.36º38.22%37.45%-
HSV(B)118.36º55.3%51.76%-
XYZ10.9717.817-
YUV102.45103.4898.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=24.21%
G=52.38%
B=23.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61132590.5400.550.48118.3638.2237.45
Hex3D843B3603730762625
Octal752047366067601664645
Binary1111011000010011101111011001101111100001110110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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