#3B833D

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

Shades of Japanese Laurel #3B833D

Tints of Japanese Laurel #3B833D

Color information

#3B833D (or 0x3B833D) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 83 and 3D. RGB value is (59,131,61). Sum of RGB (Red+Green+Blue) = 59+131+61=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #3B833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B833D is #C47CC2. Grayscale: #656565. Windows color (decimal): -12876995 or 4031291. OLE color: 4031291.

HSL color Cylindrical-coordinate representation of color #3B833D: hue angle of 121.67º 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 #3B833D is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB5913161-
CMYK0.5500.530.49
HSL121.67º37.89%37.25%-
HSV(B)121.67º54.96%51.37%-
XYZ10.7617.57.23-
YUV101.49105.1597.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 131 (51.56% from 255) = 52.19%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=23.51%
G=52.19%
B=24.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59131610.5500.530.49121.6737.8937.25
Hex3B833D37035317a2625
Octal732037567065611724645
Binary1110111000001111110111011101101011100011111010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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