#3D823A

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

Shades of Japanese Laurel #3D823A

Tints of Japanese Laurel #3D823A

Color information

#3D823A (or 0x3D823A) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 82 and 3A. RGB value is (61,130,58). Sum of RGB (Red+Green+Blue) = 61+130+58=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #3D823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D823A is #C27DC5. Grayscale: #656565. Windows color (decimal): -12746182 or 3834429. OLE color: 3834429.

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

Color convert

RGB6113058-
CMYK0.5300.550.49
HSL117.5º38.3%36.86%-
HSV(B)117.5º55.38%50.98%-
XYZ10.6717.266.77-
YUV101.16103.6499.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=24.50%
G=52.21%
B=23.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130580.5300.550.49117.538.336.86
Hex3D823A3503731762625
Octal752027265067611664645
Binary1111011000001011101011010101101111100011110110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,130,58); }

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

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

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

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

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

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

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