#388935

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

Shades of Japanese Laurel #388935

Tints of Japanese Laurel #388935

Color information

#388935 (or 0x388935) is unknown color: approx Japanese Laurel. HEX triplet: 38, 89 and 35. RGB value is (56,137,53). Sum of RGB (Red+Green+Blue) = 56+137+53=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #388935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388935 is #C776CA. Grayscale: #676767. Windows color (decimal): -13072075 or 3508536. OLE color: 3508536.

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

Color convert

RGB5613753-
CMYK0.5900.610.46
HSL117.86º44.21%37.25%-
HSV(B)117.86º61.31%53.73%-
XYZ11.2218.996.44-
YUV103.299.6694.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 137 (53.91% from 255) = 55.69%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=22.76%
G=55.69%
B=21.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56137530.5900.610.46117.8644.2137.25
Hex3889353B03D2E762c25
Octal702116573075561665445
Binary1110001000100111010111101101111011011101110110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388935; }

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

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

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

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

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

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

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

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