#387F35

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

Shades of Japanese Laurel #387F35

Tints of Japanese Laurel #387F35

Color information

#387F35 (or 0x387F35) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7F and 35. RGB value is (56,127,53). Sum of RGB (Red+Green+Blue) = 56+127+53=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #387F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F35 is #C780CA. Grayscale: #616161. Windows color (decimal): -13074635 or 3505976. OLE color: 3505976.

HSL color Cylindrical-coordinate representation of color #387F35: hue angle of 117.57º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387F35 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB5612753-
CMYK0.5600.580.50
HSL117.57º41.11%35.29%-
HSV(B)117.57º58.27%49.8%-
XYZ9.8616.285.99-
YUV97.34102.9898.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 127 (50% from 255) = 53.81%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=23.73%
G=53.81%
B=22.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127530.5600.580.50117.5741.1135.29
Hex387F353803A32762923
Octal701776570072621665143
Binary111000111111111010111100001110101100101110110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387F35; }

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

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

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

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

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

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

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

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