#387835

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

Shades of Japanese Laurel #387835

Tints of Japanese Laurel #387835

Color information

#387835 (or 0x387835) is unknown color: approx Japanese Laurel. HEX triplet: 38, 78 and 35. RGB value is (56,120,53). Sum of RGB (Red+Green+Blue) = 56+120+53=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #387835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387835 is #C787CA. Grayscale: #5D5D5D. Windows color (decimal): -13076427 or 3504184. OLE color: 3504184.

HSL color Cylindrical-coordinate representation of color #387835: hue angle of 117.31º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387835 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB5612053-
CMYK0.5300.560.53
HSL117.31º38.73%33.92%-
HSV(B)117.31º55.83%47.06%-
XYZ8.9914.535.7-
YUV93.23105.3101.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=24.45%
G=52.40%
B=23.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120530.5300.560.53117.3138.7333.92
Hex3878353503835752722
Octal701706565070651654742
Binary111000111100011010111010101110001101011110101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387835; }

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

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

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

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

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

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

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

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