#3B8E3F

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

Shades of Japanese Laurel #3B8E3F

Tints of Japanese Laurel #3B8E3F

Color information

#3B8E3F (or 0x3B8E3F) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 8E and 3F. RGB value is (59,142,63). Sum of RGB (Red+Green+Blue) = 59+142+63=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 142 (55.86% from 255 or 53.79% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8E3F is #C471C0. Grayscale: #6C6C6C. Windows color (decimal): -12874177 or 4165179. OLE color: 4165179.

HSL color Cylindrical-coordinate representation of color #3B8E3F: hue angle of 122.89º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8E3F is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB5914263-
CMYK0.5800.560.44
HSL122.89º41.29%39.41%-
HSV(B)122.89º58.45%55.69%-
XYZ12.3720.638.03-
YUV108.18102.592.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 142 (55.86% from 255) = 53.79%
BLUE value IS 63 (25% from 255) = 23.86%
R=22.35%
G=53.79%
B=23.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59142630.5800.560.44122.8941.2939.41
Hex3B8E3F3A0382C7b2927
Octal732167772070541735147
Binary1110111000111011111111101001110001011001111011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,142,63); }

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

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

 a { background-color: rgb(59,142,63); }

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

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

 span { border-color: rgb(59,142,63); }

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