#3A823E

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

Shades of Japanese Laurel #3A823E

Tints of Japanese Laurel #3A823E

Color information

#3A823E (or 0x3A823E) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 82 and 3E. RGB value is (58,130,62). Sum of RGB (Red+Green+Blue) = 58+130+62=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #3A823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A823E is #C57DC1. Grayscale: #646464. Windows color (decimal): -12942786 or 4096570. OLE color: 4096570.

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

Color convert

RGB5813062-
CMYK0.5500.520.49
HSL123.33º38.3%36.86%-
HSV(B)123.33º55.38%50.98%-
XYZ10.617.217.32-
YUV100.72106.1597.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=23.2%
G=52%
B=24.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58130620.5500.520.49123.3338.336.86
Hex3A823E37034317b2625
Octal722027667064611734645
Binary1110101000001011111011011101101001100011111011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,130,62); }

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

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

 a { background-color: rgb(58,130,62); }

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

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

 span { border-color: rgb(58,130,62); }

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