#387834

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

Shades of Japanese Laurel #387834

Tints of Japanese Laurel #387834

Color information

#387834 (or 0x387834) is unknown color: approx Japanese Laurel. HEX triplet: 38, 78 and 34. RGB value is (56,120,52). Sum of RGB (Red+Green+Blue) = 56+120+52=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #387834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387834 is #C787CB. Grayscale: #5D5D5D. Windows color (decimal): -13076428 or 3438648. OLE color: 3438648.

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

Color convert

RGB5612052-
CMYK0.5300.570.53
HSL116.47º39.53%33.73%-
HSV(B)116.47º56.67%47.06%-
XYZ8.9714.525.58-
YUV93.11104.8101.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=24.56%
G=52.63%
B=22.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120520.5300.570.53116.4739.5333.73
Hex3878343503935742822
Octal701706465071651645042
Binary111000111100011010011010101110011101011110100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387834; }

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

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

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

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

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

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

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

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