#388236

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

Shades of Japanese Laurel #388236

Tints of Japanese Laurel #388236

Color information

#388236 (or 0x388236) is unknown color: approx Japanese Laurel. HEX triplet: 38, 82 and 36. RGB value is (56,130,54). Sum of RGB (Red+Green+Blue) = 56+130+54=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #388236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388236 is #C77DC9. Grayscale: #636363. Windows color (decimal): -13073866 or 3572280. OLE color: 3572280.

HSL color Cylindrical-coordinate representation of color #388236: hue angle of 118.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388236 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB5613054-
CMYK0.5700.580.49
HSL118.42º41.3%36.08%-
HSV(B)118.42º58.46%50.98%-
XYZ10.2817.076.24-
YUV99.21102.4897.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=23.33%
G=54.17%
B=22.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130540.5700.580.49118.4241.336.08
Hex3882363903A31762924
Octal702026671072611665144
Binary1110001000001011011011100101110101100011110110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388236; }

 p { color: rgb(56,130,54); }

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

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

 a { background-color: rgb(56,130,54); }

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

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

 span { border-color: rgb(56,130,54); }

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