#3D833E

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

Shades of Japanese Laurel #3D833E

Tints of Japanese Laurel #3D833E

Color information

#3D833E (or 0x3D833E) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 83 and 3E. RGB value is (61,131,62). Sum of RGB (Red+Green+Blue) = 61+131+62=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #3D833E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D833E is #C27CC1. Grayscale: #666666. Windows color (decimal): -12745922 or 4096829. OLE color: 4096829.

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

Color convert

RGB6113162-
CMYK0.5300.530.49
HSL120.86º36.46%37.65%-
HSV(B)120.86º53.44%51.37%-
XYZ10.9117.577.37-
YUV102.2105.3198.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 131 (51.56% from 255) = 51.57%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=24.02%
G=51.57%
B=24.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61131620.5300.530.49120.8636.4637.65
Hex3D833E3503531792426
Octal752037665065611714446
Binary1111011000001111111011010101101011100011111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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