#3A883D

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

Shades of Japanese Laurel #3A883D

Tints of Japanese Laurel #3A883D

Color information

#3A883D (or 0x3A883D) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 88 and 3D. RGB value is (58,136,61). Sum of RGB (Red+Green+Blue) = 58+136+61=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #3A883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A883D is #C577C2. Grayscale: #686868. Windows color (decimal): -12941251 or 4032570. OLE color: 4032570.

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

Color convert

RGB5813661-
CMYK0.5700.550.47
HSL122.31º40.21%38.04%-
HSV(B)122.31º57.35%53.33%-
XYZ11.3918.847.45-
YUV104.13103.6695.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.75%
GREEN value IS 136 (53.52% from 255) = 53.33%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=22.75%
G=53.33%
B=23.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58136610.5700.550.47122.3140.2138.04
Hex3A883D390372F7a2826
Octal722107571067571725046
Binary1110101000100011110111100101101111011111111010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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