#388442

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

Shades of Japanese Laurel #388442

Tints of Japanese Laurel #388442

Color information

#388442 (or 0x388442) is unknown color: approx Japanese Laurel. HEX triplet: 38, 84 and 42. RGB value is (56,132,66). Sum of RGB (Red+Green+Blue) = 56+132+66=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #388442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388442 is #C77BBD. Grayscale: #656565. Windows color (decimal): -13073342 or 4359224. OLE color: 4359224.

HSL color Cylindrical-coordinate representation of color #388442: hue angle of 127.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388442 is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB5613266-
CMYK0.5800.50.48
HSL127.89º40.43%36.86%-
HSV(B)127.89º57.58%51.76%-
XYZ10.8717.748.01-
YUV101.75107.8295.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 132 (51.95% from 255) = 51.97%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=22.05%
G=51.97%
B=25.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132660.5800.50.48127.8940.4336.86
Hex3884423A03230802825
Octal7020410272062602005045
Binary111000100001001000010111010011001011000010000000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388442; }

 p { color: rgb(56,132,66); }

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

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

 a { background-color: rgb(56,132,66); }

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

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

 span { border-color: rgb(56,132,66); }

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