#388736

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

Shades of Japanese Laurel #388736

Tints of Japanese Laurel #388736

Color information

#388736 (or 0x388736) is unknown color: approx Japanese Laurel. HEX triplet: 38, 87 and 36. RGB value is (56,135,54). Sum of RGB (Red+Green+Blue) = 56+135+54=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #388736 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388736 is #C778C9. Grayscale: #666666. Windows color (decimal): -13072586 or 3573560. OLE color: 3573560.

HSL color Cylindrical-coordinate representation of color #388736: hue angle of 118.52º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388736 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB5613554-
CMYK0.5900.600.47
HSL118.52º42.86%37.06%-
HSV(B)118.52º60%52.94%-
XYZ10.9618.446.47-
YUV102.14100.8395.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=22.86%
G=55.10%
B=22.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135540.5900.600.47118.5242.8637.06
Hex3887363B03C2F772b25
Octal702076673074571675345
Binary1110001000011111011011101101111001011111110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388736; }

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

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

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

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

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

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

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

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