#387230

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

Shades of Japanese Laurel #387230

Tints of Japanese Laurel #387230

Color information

#387230 (or 0x387230) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 30. RGB value is (56,114,48). Sum of RGB (Red+Green+Blue) = 56+114+48=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #387230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387230 is #C78DCF. Grayscale: #595959. Windows color (decimal): -13077968 or 3174968. OLE color: 3174968.

HSL color Cylindrical-coordinate representation of color #387230: hue angle of 112.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387230 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB5611448-
CMYK0.5100.580.55
HSL112.73º40.74%31.76%-
HSV(B)112.73º57.89%44.71%-
XYZ8.1813.094.89-
YUV89.13104.78104.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=25.69%
G=52.29%
B=22.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114480.5100.580.55112.7340.7431.76
Hex3872303303A37712920
Octal701626063072671615140
Binary111000111001011000011001101110101101111110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387230; }

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

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

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

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

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

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

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

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