#388537

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

Shades of Japanese Laurel #388537

Tints of Japanese Laurel #388537

Color information

#388537 (or 0x388537) is unknown color: approx Japanese Laurel. HEX triplet: 38, 85 and 37. RGB value is (56,133,55). Sum of RGB (Red+Green+Blue) = 56+133+55=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #388537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388537 is #C77AC8. Grayscale: #656565. Windows color (decimal): -13073097 or 3638584. OLE color: 3638584.

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

Color convert

RGB5613355-
CMYK0.5800.590.48
HSL119.23º41.49%36.86%-
HSV(B)119.23º58.65%52.16%-
XYZ10.7117.896.5-
YUV101.08101.9995.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=22.95%
G=54.51%
B=22.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133550.5800.590.48119.2341.4936.86
Hex3885373A03B30772925
Octal702056772073601675145
Binary1110001000010111011111101001110111100001110111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388537; }

 p { color: rgb(56,133,55); }

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

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

 a { background-color: rgb(56,133,55); }

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

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

 span { border-color: rgb(56,133,55); }

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