#3d883c

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

Shades of Japanese Laurel #3D883C

Tints of Japanese Laurel #3D883C

Color information

#3D883C (or 0x3D883C) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 88 and 3C. RGB value is (61,136,60). Sum of RGB (Red+Green+Blue) = 61+136+60=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #3D883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D883C is #C277C3. Grayscale: #696969. Windows color (decimal): -12744644 or 3967037. OLE color: 3967037.

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

Color convert

RGB6113660-
CMYK0.5500.560.47
HSL119.21º38.78%38.43%-
HSV(B)119.21º55.88%53.33%-
XYZ11.5418.937.32-
YUV104.91102.6596.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.74%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=23.74%
G=52.92%
B=23.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61136600.5500.560.47119.2138.7838.43
Hex3D883C370382F772726
Octal752107467070571674746
Binary1111011000100011110011011101110001011111110111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d883c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,136,60); }

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

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

 a { background-color: rgb(61,136,60); }

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

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

 span { border-color: rgb(61,136,60); }

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