#387535

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

Shades of Japanese Laurel #387535

Tints of Japanese Laurel #387535

Color information

#387535 (or 0x387535) is unknown color: approx Japanese Laurel. HEX triplet: 38, 75 and 35. RGB value is (56,117,53). Sum of RGB (Red+Green+Blue) = 56+117+53=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #387535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387535 is #C78ACA. Grayscale: #5B5B5B. Windows color (decimal): -13077195 or 3503416. OLE color: 3503416.

HSL color Cylindrical-coordinate representation of color #387535: hue angle of 117.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387535 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB5611753-
CMYK0.5200.550.54
HSL117.19º37.65%33.33%-
HSV(B)117.19º54.7%45.88%-
XYZ8.6313.825.58-
YUV91.46106.29102.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=24.78%
G=51.77%
B=23.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117530.5200.550.54117.1937.6533.33
Hex3875353403736752621
Octal701656564067661654641
Binary111000111010111010111010001101111101101110101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387535; }

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

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

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

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

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

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

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

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