#387830

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

Shades of Japanese Laurel #387830

Tints of Japanese Laurel #387830

Color information

#387830 (or 0x387830) is unknown color: approx Japanese Laurel. HEX triplet: 38, 78 and 30. RGB value is (56,120,48). Sum of RGB (Red+Green+Blue) = 56+120+48=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #387830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387830 is #C787CF. Grayscale: #5C5C5C. Windows color (decimal): -13076432 or 3176504. OLE color: 3176504.

HSL color Cylindrical-coordinate representation of color #387830: hue angle of 113.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387830 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB5612048-
CMYK0.5300.600.53
HSL113.33º42.86%32.94%-
HSV(B)113.33º60%47.06%-
XYZ8.8814.495.12-
YUV92.66102.8101.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 48 (19.14% from 255) = 21.43%
R=25%
G=53.57%
B=21.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120480.5300.600.53113.3342.8632.94
Hex3878303503C35712b21
Octal701706065074651615341
Binary111000111100011000011010101111001101011110001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387830; }

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

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

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

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

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

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

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

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