#3E833A

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

Shades of Japanese Laurel #3E833A

Tints of Japanese Laurel #3E833A

Color information

#3E833A (or 0x3E833A) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 83 and 3A. RGB value is (62,131,58). Sum of RGB (Red+Green+Blue) = 62+131+58=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #3E833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E833A is #C17CC5. Grayscale: #666666. Windows color (decimal): -12680390 or 3834686. OLE color: 3834686.

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

Color convert

RGB6213158-
CMYK0.5300.560.49
HSL116.71º38.62%37.06%-
HSV(B)116.71º55.73%51.37%-
XYZ10.8717.566.82-
YUV102.05103.1499.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 131 (51.56% from 255) = 52.19%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=24.70%
G=52.19%
B=23.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62131580.5300.560.49116.7138.6237.06
Hex3E833A3503831752725
Octal762037265070611654745
Binary1111101000001111101011010101110001100011110101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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