#3E823E

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

Shades of Japanese Laurel #3E823E

Tints of Japanese Laurel #3E823E

Color information

#3E823E (or 0x3E823E) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 82 and 3E. RGB value is (62,130,62). Sum of RGB (Red+Green+Blue) = 62+130+62=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #3E823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E823E is #C17DC1. Grayscale: #666666. Windows color (decimal): -12680642 or 4096574. OLE color: 4096574.

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

Color convert

RGB6213062-
CMYK0.5200.520.49
HSL120º35.42%37.65%-
HSV(B)120º52.31%50.98%-
XYZ10.8417.347.33-
YUV101.92105.4799.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.41%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=24.41%
G=51.18%
B=24.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62130620.5200.520.4912035.4237.65
Hex3E823E3403431782326
Octal762027664064611704346
Binary1111101000001011111011010001101001100011111000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,130,62); }

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

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

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

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

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

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

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