#3B8235

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

Shades of Japanese Laurel #3B8235

Tints of Japanese Laurel #3B8235

Color information

#3B8235 (or 0x3B8235) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 82 and 35. RGB value is (59,130,53). Sum of RGB (Red+Green+Blue) = 59+130+53=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #3B8235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8235 is #C47DCA. Grayscale: #646464. Windows color (decimal): -12877259 or 3506747. OLE color: 3506747.

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

Color convert

RGB5913053-
CMYK0.5500.590.49
HSL115.32º42.08%35.88%-
HSV(B)115.32º59.23%50.98%-
XYZ10.4317.156.13-
YUV99.99101.4898.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=24.38%
G=53.72%
B=21.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59130530.5500.590.49115.3242.0835.88
Hex3B82353703B31732a24
Octal732026567073611635244
Binary1110111000001011010111011101110111100011110011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,130,53); }

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

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

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

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

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

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

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