#3A8841

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

Shades of Japanese Laurel #3A8841

Tints of Japanese Laurel #3A8841

Color information

#3A8841 (or 0x3A8841) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 88 and 41. RGB value is (58,136,65). Sum of RGB (Red+Green+Blue) = 58+136+65=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8841 is #C577BE. Grayscale: #686868. Windows color (decimal): -12941247 or 4294714. OLE color: 4294714.

HSL color Cylindrical-coordinate representation of color #3A8841: hue angle of 125.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8841 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB5813665-
CMYK0.5700.520.47
HSL125.38º40.21%38.04%-
HSV(B)125.38º57.35%53.33%-
XYZ11.518.898.04-
YUV104.58105.6694.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.39%
GREEN value IS 136 (53.52% from 255) = 52.51%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=22.39%
G=52.51%
B=25.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58136650.5700.520.47125.3840.2138.04
Hex3A8841390342F7d2826
Octal7221010171064571755046
Binary11101010001000100000111100101101001011111111101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,136,65); }

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

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

 a { background-color: rgb(58,136,65); }

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

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

 span { border-color: rgb(58,136,65); }

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