#387935

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

Shades of Japanese Laurel #387935

Tints of Japanese Laurel #387935

Color information

#387935 (or 0x387935) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 35. RGB value is (56,121,53). Sum of RGB (Red+Green+Blue) = 56+121+53=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #387935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387935 is #C786CA. Grayscale: #5E5E5E. Windows color (decimal): -13076171 or 3504440. OLE color: 3504440.

HSL color Cylindrical-coordinate representation of color #387935: hue angle of 117.35º 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 #387935 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB5612153-
CMYK0.5400.560.53
HSL117.35º39.08%34.12%-
HSV(B)117.35º56.2%47.45%-
XYZ9.1114.775.74-
YUV93.81104.97101.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=24.35%
G=52.61%
B=23.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121530.5400.560.53117.3539.0834.12
Hex3879353603835752722
Octal701716566070651654742
Binary111000111100111010111011001110001101011110101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387935; }

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

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

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

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

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

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

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

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