#3A8338

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

Shades of Japanese Laurel #3A8338

Tints of Japanese Laurel #3A8338

Color information

#3A8338 (or 0x3A8338) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 83 and 38. RGB value is (58,131,56). Sum of RGB (Red+Green+Blue) = 58+131+56=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #3A8338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8338 is #C57CC7. Grayscale: #646464. Windows color (decimal): -12942536 or 3703610. OLE color: 3703610.

HSL color Cylindrical-coordinate representation of color #3A8338: hue angle of 118.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8338 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB5813156-
CMYK0.5600.570.49
HSL118.4º40.11%36.67%-
HSV(B)118.4º57.25%51.37%-
XYZ10.5817.426.55-
YUV100.62102.8297.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=23.67%
G=53.47%
B=22.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58131560.5600.570.49118.440.1136.67
Hex3A83383803931762825
Octal722037070071611665045
Binary1110101000001111100011100001110011100011110110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,131,56); }

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

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

 a { background-color: rgb(58,131,56); }

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

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

 span { border-color: rgb(58,131,56); }

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