#388735

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

Shades of Japanese Laurel #388735

Tints of Japanese Laurel #388735

Color information

#388735 (or 0x388735) is unknown color: approx Japanese Laurel. HEX triplet: 38, 87 and 35. RGB value is (56,135,53). Sum of RGB (Red+Green+Blue) = 56+135+53=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #388735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388735 is #C778CA. Grayscale: #666666. Windows color (decimal): -13072587 or 3508024. OLE color: 3508024.

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

Color convert

RGB5613553-
CMYK0.5900.610.47
HSL117.8º43.62%36.86%-
HSV(B)117.8º60.74%52.94%-
XYZ10.9418.436.35-
YUV102.03100.3395.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 135 (53.12% from 255) = 55.33%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=22.95%
G=55.33%
B=21.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135530.5900.610.47117.843.6236.86
Hex3887353B03D2F762c25
Octal702076573075571665445
Binary1110001000011111010111101101111011011111110110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388735; }

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

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

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

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

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

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

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

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