#388733

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

Shades of Japanese Laurel #388733

Tints of Japanese Laurel #388733

Color information

#388733 (or 0x388733) is unknown color: approx Japanese Laurel. HEX triplet: 38, 87 and 33. RGB value is (56,135,51). Sum of RGB (Red+Green+Blue) = 56+135+51=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #388733 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388733 is #C778CC. Grayscale: #666666. Windows color (decimal): -13072589 or 3376952. OLE color: 3376952.

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

Color convert

RGB5613551-
CMYK0.5900.620.47
HSL116.43º45.16%36.47%-
HSV(B)116.43º62.22%52.94%-
XYZ10.8918.416.11-
YUV101.899.3395.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 135 (53.12% from 255) = 55.79%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=23.14%
G=55.79%
B=21.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135510.5900.620.47116.4345.1636.47
Hex3887333B03E2F742d24
Octal702076373076571645544
Binary1110001000011111001111101101111101011111110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388733; }

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

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

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

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

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

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

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

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